mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update devenv.rst
This commit is contained in:
parent
aa3f3ce36e
commit
6dab039da5
@ -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::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user