User Tools

Site Tools


nextcloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
nextcloud [2019/10/03 17:29] adminnextcloud [2019/10/03 18:16] (current) admin
Line 39: Line 39:
  
 sudo -u www-data php occ  maintenance:install --database "mysql" --database-name "nextcloud"  --database-user "root" --database-pass "password" --admin-user "admin" --admin-pass "password" sudo -u www-data php occ  maintenance:install --database "mysql" --database-name "nextcloud"  --database-user "root" --database-pass "password" --admin-user "admin" --admin-pass "password"
 +
 +apt install letsencrypt
 +
 +systemctl stop nginx.service
 +
 +certbot certonly standalone -d hostname
 +
 +systemctl start nginx.service
 +
 +In /etc/php/7.3/fpm/pool.d/www.conf folgendes auskommentieren:
 +
 +env[HOSTNAME] = $HOSTNAME
 +env[PATH] = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
 +env[TMP] = /tmp
 +env[TMPDIR] = /tmp
 +env[TEMP] = /tmp
 +
 +
  
  
nextcloud.txt · Last modified: 2019/10/03 18:16 by admin

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki