[Pkg-owncloud-commits] [owncloud-doc] 06/11: Special hints for Ubuntu 12.04

David Prévot taffit at moszumanska.debian.org
Fri Aug 29 14:15:23 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 034063cdf2f9c46b2ed80d933bfbf9d5b8f9211c
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date:   Sun Aug 24 17:36:31 2014 +0200

    Special hints for Ubuntu 12.04
    
    Tons of people apparently still use this old version :/
---
 developer_manual/general/devenv.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/developer_manual/general/devenv.rst b/developer_manual/general/devenv.rst
index 9ad4248..451801d 100644
--- a/developer_manual/general/devenv.rst
+++ b/developer_manual/general/devenv.rst
@@ -47,10 +47,15 @@ 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 python3-pip**)::
+Install the `development tool <https://github.com/Raydiation/ocdev#owncloud-developer-tools>`_ (**depends on Python >=3.3 and python3-pip**)
+
+.. note:: If you are using a Linux distribution which only provides a smaller Python version than 3.3, for example **Ubuntu 12.04**, you need to install **python3-jinja2** from your package manager first since the newest Jinja version is incompatible with Python 3.2!
+
+::
 
   sudo pip3 install ocdev
 
+
 Make the directory writable::
 
   sudo chmod o+rw /var/www

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