mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Update developer_manual/app/gettingstarted.rst
use -R for revoking rights
This commit is contained in:
@@ -35,7 +35,7 @@ To get started you'll need to clone the basic git repositories into your web dir
|
||||
git clone https://github.com/owncloud/core.git owncloud
|
||||
git clone https://github.com/owncloud/apps.git apps
|
||||
git clone https://github.com/owncloud/3rdparty.git 3rdparty
|
||||
sudo chmod o-rw /var/www
|
||||
sudo chmod -R o-rw /var/www
|
||||
|
||||
Now restart your apache server and get ready to `set up ownCloud`_ at http://localhost/owncloud.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user