ownCloud/server

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< ownCloud
Revision as of 16:57, 10 June 2016 by Woozle (talk | contribs) (key commands)
Jump to navigation Jump to search

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