mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix broken link and update setup command (#39)
* Replace broken link to ocdev with link to ncdev * Update setup command to ncdev
This commit is contained in:
parent
5fe40f6963
commit
481e14b473
@ -48,7 +48,7 @@ Check out the code
|
||||
|
||||
The following commands are using **/var/www** as the Web server's directory and **www-data** as user name and group.
|
||||
|
||||
Install the `development tool <https://github.com/nextcloud/ocdev/blob/master/README.rst#installation>`_
|
||||
Install the `development tool <https://github.com/nextcloud/ncdev>`_
|
||||
|
||||
After the development tool installation make the directory writable::
|
||||
|
||||
@ -56,7 +56,7 @@ After the development tool installation make the directory writable::
|
||||
|
||||
Then install Nextcloud from git::
|
||||
|
||||
ocdev setup --dir /var/www/<folder> base
|
||||
ncdev setup --dir /var/www/<folder> server
|
||||
|
||||
where <folder> is the folder where you want to install Nextcloud.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user