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
(Moved occ examples to occ subpage)
(one more occ command moved)
 
Line 3: Line 3:
  
 
==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