1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-04 20:37:48 +02:00

initial commit

This commit is contained in:
kakwa 2014-06-02 23:10:19 +02:00
parent 93c102a2ff
commit 9f77cfc38c
80 changed files with 16917 additions and 0 deletions

45
docs/install.rst Normal file
View file

@ -0,0 +1,45 @@
Install
=======
From the sources
----------------
Download the latest release from `GitHub <https://github.com/kakwa/ldapcherry/releases>`_.
.. sourcecode:: bash
$ tar -xf ldapcherry*.tar.gz
$ cd ldapcherry*
$ python setup.py install
From Pypi
---------
.. sourcecode:: bash
$ pip install ldapcherry
or
.. sourcecode:: bash
$ easy_install ldapcherry
Installed files
---------------
ldapCherry install directories are:
* **/etc/ldapcherry/** (configuration)
* **dist-package** or **site-packages** of your distribution (LdapCherry modules)
* **/usr/share/ldapcherry/** (static content (css, js, images...) and templates)
These directories can be changed by exporting the following variables before launching the install command:
.. sourcecode:: bash
#optional, default sys.prefix (/usr/ on most Linux)
$ export DATAROOTDIR=/usr/local/
#optional, default /etc/
$ export SYSCONFDIR=/usr/local/etc/