Owncloud

From Jon's Wiki
Revision as of 05:11, 20 April 2015 by Johnno (talk | contribs) (Created page with "Install: git clone https://github.com/owncloud/core.git owncloud cd owncloud git submodule init # 3rdparty directory There's a command-line tool for administering it: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install:

git clone https://github.com/owncloud/core.git owncloud
cd owncloud
git submodule init  # 3rdparty directory

There's a command-line tool for administering it:

sudo -u www-data php5 occ

Use this for upgrading point releases, adding/managing users, apps, etc. May need to disable non-core apps to do upgrades.