mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-25 02:34:31 +01:00
remove pip install method
This commit is contained in:
parent
32c513f96e
commit
00a4d22dd9
@ -12,18 +12,13 @@ Download the latest release from `GitHub <https://github.com/kakwa/ldapcherry/re
|
|||||||
$ cd ldapcherry*
|
$ cd ldapcherry*
|
||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
|
|
||||||
From Pypi
|
Alternatively, you can install from git:
|
||||||
---------
|
|
||||||
|
|
||||||
.. sourcecode:: bash
|
.. sourcecode:: bash
|
||||||
|
|
||||||
$ pip install ldapcherry
|
$ git clone https://github.com/kakwa/ldapcherry
|
||||||
|
$ cd ldapcherry
|
||||||
or
|
$ python setup.py install
|
||||||
|
|
||||||
.. sourcecode:: bash
|
|
||||||
|
|
||||||
$ easy_install ldapcherry
|
|
||||||
|
|
||||||
Installed files
|
Installed files
|
||||||
---------------
|
---------------
|
||||||
@ -40,6 +35,10 @@ These directories can be changed by exporting the following variables before lau
|
|||||||
|
|
||||||
# optional, default sys.prefix + 'share' (/usr/share/ on most Linux)
|
# optional, default sys.prefix + 'share' (/usr/share/ on most Linux)
|
||||||
$ export DATAROOTDIR=/usr/local/share/
|
$ export DATAROOTDIR=/usr/local/share/
|
||||||
|
|
||||||
# optional, default /etc/
|
# optional, default /etc/
|
||||||
$ export SYSCONFDIR=/usr/local/etc/
|
$ export SYSCONFDIR=/usr/local/etc/
|
||||||
|
|
||||||
|
.. note:: if --root is passed, the install prefix is honored for these directories
|
||||||
|
|
||||||
|
.. warning:: If you change these directories, **templates.dir** and **tools.staticdir.dir** in *ldapcherry.ini* need to be modified accordingly.
|
||||||
|
Loading…
Reference in New Issue
Block a user