mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
add some more info
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
apt install vim
|
apt install vim
|
||||||
apt install nginx
|
apt install nginx
|
||||||
apt install php-fpm php-pgsql php-gd php-mbstring php-zip php-soap php-dom php-curl
|
apt install php-fpm php-pgsql php-gd php-mbstring php-zip php-soap php-dom php-curl
|
||||||
|
apt install php-bcmath php-gmp # (performance only)
|
||||||
apt install postgresql
|
apt install postgresql
|
||||||
apt install certbot
|
apt install certbot
|
||||||
|
|
||||||
@@ -34,4 +35,7 @@ unzip nextcloud-19.0.0.zip
|
|||||||
chown -R www-data nextcloud
|
chown -R www-data nextcloud
|
||||||
# head to https://docs.nextcloud.com/server/15/admin_manual/installation/nginx.html and add the relevant nginx config, dont foget to fix 301->302 and servernames etc
|
# head to https://docs.nextcloud.com/server/15/admin_manual/installation/nginx.html and add the relevant nginx config, dont foget to fix 301->302 and servernames etc
|
||||||
# correctly set the php handler (i.e. unix:/run/php/php7.3-fpm.sock;)
|
# correctly set the php handler (i.e. unix:/run/php/php7.3-fpm.sock;)
|
||||||
|
# increase memory_limit in /etc/php... php.ini to 512MB
|
||||||
systemctl restart nginx
|
systemctl restart nginx
|
||||||
|
|
||||||
|
# head to browser and complete setup, ignore the gateway timeout and give it some ~5in or so
|
||||||
|
|||||||
Reference in New Issue
Block a user