-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
End to end Ubuntu 20.04 installation guide #82
Comments
"cd /etc/php/php-fpm.d/" Starting with a vanilla 20.04 installation on DigitalOcean (LTS), the above directory does not exist. There is a 7.4 version qualifier in there.
|
Forgot to have folks add secretpasswordhere to .env. DB connection effort upon artisan migrate w/out that. |
I think you want "cd /etc/php/php-fpm.d/" to read "nano /etc/php/7.4/fpm/php-fpm.conf" |
Permissions aren't being set on /home/pixelfed/pixelfed. They need to be. |
I had problems running it with a dedicated os level user ( pixelfed ). The problem was that nginx was forbidden to display the uploaded images because of permissions. When changed to www-data ( nginx on ubuntu 22.04 server ) it works as expected. |
Upgrade Ubuntu 20.04 LTS
Redis - Install
MariaDB - Install
Run the SQL query to create the pixelfed DB
Setup dependent packets
PHP - Install
PHP - Setup
Edit these lines
PHP-fpm - Setup
edit these lines
Composer
AS PIXELFED USER
Complete .env
edit these lines
PHP Artisan tasks
AS ROOT USER
Crontab for schedule
add this line
Nginx - Install
Certbot
Nginx
The text was updated successfully, but these errors were encountered: