Update developer_manual/app/gettingstarted.rst

use -R for revoking rights
This commit is contained in:
Bernhard Posselt
2013-02-18 22:03:31 +01:00
parent 63092cca9a
commit f91660cf07

View File

@@ -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.