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
(occ (I could have sworn I created a page about this the *last* time I upgraded...))
(key commands)
Line 1: Line 1:
 
==CLI==
 
==CLI==
 
Many back-end things can be done via ownCloud's command-line configuration tool, {{l/sub|occ}}.
 
Many back-end things can be 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==
 
* Advanced configuration of the server can be done via the occ command (in the owncloud server's top folder).
 
* Advanced configuration of the server can be done via the occ command (in the owncloud server's top folder).

Revision as of 16:57, 10 June 2016

CLI

Many back-end things can be done via ownCloud's command-line configuration tool, occ.

Some key commands:

  • sudo -u www-data ./occ upgrade
  • sudo -u www-data ./occ maintenance:mode --off

Notes