From 91ca8ebe5624a84e818fc9c36fa04920ac9456d4 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 20 Feb 2013 23:46:24 +0100 Subject: [PATCH] Update developer_manual/app/gettingstarted.rst --- developer_manual/app/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/gettingstarted.rst b/developer_manual/app/gettingstarted.rst index 56fe83654..99b574708 100644 --- a/developer_manual/app/gettingstarted.rst +++ b/developer_manual/app/gettingstarted.rst @@ -26,7 +26,7 @@ ownCloud uses `GitHub`_ for developing its code. To be able to participate or ch If you need help with Git, contact the `GitHub Help Page`_. -To get started you'll need to clone the basic git repositories into your web directory. Depending on your distro this will either be **/var/www** or **/srv/http** and the apache user and group for the chown command will either be **http** or **apache** +To get started you'll need to clone the basic git repositories into your web directory. Depending on your distro this will either be **/var/www** or **/srv/http** and the apache user and group for the chown command will either be **http**, **www-data** or **apache** .. code-block:: bash