comparison docs/installation.rst @ 5520:4e9f5ef98dc4 stable

docs: mention that the optional dependencies psycopg2 and python-ldap also might be needed in the virtualenv
author Mads Kiilerich <madski@unity3d.com>
date Fri, 25 Sep 2015 14:18:44 +0200
parents 8c234ae2c258
children 250f8150c4bb
comparison
equal deleted inserted replaced
5519:8c234ae2c258 5520:4e9f5ef98dc4
73 73
74 .. note:: You can't use UNIX ``sudo`` to source the ``virtualenv`` script; it 74 .. note:: You can't use UNIX ``sudo`` to source the ``virtualenv`` script; it
75 will "activate" a shell that terminates immediately. It is also perfectly 75 will "activate" a shell that terminates immediately. It is also perfectly
76 acceptable (and desirable) to create a virtualenv as a normal user. 76 acceptable (and desirable) to create a virtualenv as a normal user.
77 77
78 .. note:: Some dependencies are optional. If you need them, install them in
79 the virtualenv too::
80
81 pip install psycopg2
82 pip install python-ldap
83
84 This might require installation of development packages using your
85 distribution's package manager.
86
78 - Make a folder for Kallithea data files, and configuration somewhere on the 87 - Make a folder for Kallithea data files, and configuration somewhere on the
79 filesystem. For example:: 88 filesystem. For example::
80 89
81 mkdir /srv/kallithea 90 mkdir /srv/kallithea
82 91