Merge pull request #958 from owncloud/ocdev-setup

Added --dir directive since default path is core
This commit is contained in:
Jos Poortvliet
2015-04-02 13:57:04 +02:00

View File

@@ -55,7 +55,9 @@ After the development tool installation make the directory writable::
Then install ownCloud from git::
ocdev setup base
ocdev setup --dir /var/www/<folder> base
where <folder> is the folder where you want to install ownCloud.
Adjust rights::