ownCloud/server: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
dev console link
one more occ command moved
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==CLI==
Most maintenance operations are done via ownCloud's command-line configuration tool, {{l/sub|occ}}.
==Notes==
==Notes==
* 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