Difference between revisions of "Owncloud"

From Jon's Wiki
(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: ...")
 
Line 4: Line 4:
 
  cd owncloud
 
  cd owncloud
 
  git submodule init  # 3rdparty directory
 
  git submodule init  # 3rdparty directory
 +
git submodule update
  
 
There's a command-line tool for administering it:
 
There's a command-line tool for administering it:

Revision as of 05:11, 20 April 2015

Install:

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

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.