Update devenv.rst

This commit is contained in:
Jos Poortvliet 2016-12-14 20:55:10 +01:00 committed by Morris Jobke
parent aa3f3ce36e
commit 6dab039da5
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A

View File

@ -55,9 +55,10 @@ After the development tool installation make the directory writable::
Then install Nextcloud from git::
git clone git@github.com:nextcloud/server.git --branch $BRANCH /var/www/<folder>
cd /var/www/<folder>/server
git submodule update --init
where <folder> is the folder where you want to install Nextcloud.
where <folder> is the folder where you want to install Nextcloud. Occasionally, the git submodule command gives errors, it might work to just try again. Magic!
Adjust rights::