Nextcloud

From Lolly's Wiki
Revision as of 17:29, 20 December 2019 by Lollypop (talk | contribs) (Die Seite wurde neu angelegt: „Kategorie:Web =Nextcloud= =Manual upgrade= <source lang=bash> # cd /var/www/nextcloud/updater # sudo -u www-data php updater.phar </source> Answer the qu…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Kategorie:Web

Nextcloud

Manual upgrade

# cd /var/www/nextcloud/updater
# sudo -u www-data php updater.phar

Answer the questions...

If you have an own theme proceed with this steps:

# sudo -u www-data php /var/www/nextcloud/occ config:system:set theme --value <your theme>
# sudo -u www-data php /var/www/nextcloud/occ maintenance:theme:update