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...))
(one more occ command moved)
 
(2 intermediate revisions by the same user not shown)
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}}.
 +
 
 
==Notes==
 
==Notes==
* Advanced configuration of the server can be done via the occ command (in the owncloud server's top folder).
 
** "sudo -u www-data ./occ help" for a directory of commands, replacing "www-data" with whatever user your web server uses
 
 
* Remote storage configuration guides: [https://doc.owncloud.org/server/8.0/admin_manual/configuration_files/external_storage_configuration_gui.html 8.0] [https://doc.owncloud.org/server/8.1/admin_manual/configuration_files/external_storage_configuration_gui.html 8.1]
 
* Remote storage configuration guides: [https://doc.owncloud.org/server/8.0/admin_manual/configuration_files/external_storage_configuration_gui.html 8.0] [https://doc.owncloud.org/server/8.1/admin_manual/configuration_files/external_storage_configuration_gui.html 8.1]
** [[Google Drive]] notes:
+
** Notes on connecting to [[Google Drive]]:
 
*** The instructions here are out of date:
 
*** The instructions here are out of date:
 
**** The Developer Console where you do the necessary configuration is now [https://console.developers.google.com/project here].
 
**** The Developer Console where you do the necessary configuration is now [https://console.developers.google.com/project here].

Latest revision as of 21:45, 5 July 2016

CLI

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

Notes