Difference between revisions of "ownCloud/server"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(key commands)
(Moved occ examples to occ subpage)
Line 1: Line 1:
 
==CLI==
 
==CLI==
Many back-end things can be done via ownCloud's command-line configuration tool, {{l/sub|occ}}.
+
Most maintenance operations are done via ownCloud's command-line configuration tool, {{l/sub|occ}}.
 
 
Some key commands:
 
* sudo -u www-data ./occ upgrade
 
* sudo -u www-data ./occ maintenance:mode --off
 
  
 
==Notes==
 
==Notes==

Revision as of 21:42, 5 July 2016

CLI

Most maintenance operations are done via ownCloud's command-line configuration tool, occ.

Notes