[Pkg-owncloud-commits] [owncloud-doc] 51/270: add webserver reload command for debian based distros, make it clearer that python3 is needed

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:53:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit df36fefd5df1806f57800041ba271e599eb004bd
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date:   Thu May 8 11:23:29 2014 +0200

    add webserver reload command for debian based distros, make it clearer that python3 is needed
---
 developer_manual/general/devenv.rst | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/developer_manual/general/devenv.rst b/developer_manual/general/devenv.rst
index d707642..3c638eb 100644
--- a/developer_manual/general/devenv.rst
+++ b/developer_manual/general/devenv.rst
@@ -46,9 +46,9 @@ The following commands are using **/var/www** as the web server's directory and
 
 .. note:: Python 3.4 includes pip by default
 
-Install the development tool (**depends on Python 3 and pip**)::
+Install the development tool (**depends on Python 3 and python3-pip**)::
 
-  sudo pip install ocdev
+  sudo pip3 install ocdev
 
 Make the directory writable::
 
@@ -64,10 +64,13 @@ Adjust rights::
   sudo chmod o-rw /var/www
 
 
-Finally restart the web server (this might vary depending on your installation)::
+Finally restart the web server (this might vary depending on your distribution)::
 
   sudo systemctl restart httpd.service
 
+or::
+
+  sudo /etc/init.d/apache2 restart
 
 After the clone Open http://localhost/core (or the corresponding URL) in your web browser to set up your instance.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list