From 32c513f96e828007f766447408ce796a81f2a7ce Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 6 Apr 2017 21:37:02 +0200 Subject: [PATCH] change install method (pip install just doesn't work) --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index fd633c9..d6a414c 100644 --- a/README.rst +++ b/README.rst @@ -66,11 +66,16 @@ The default backend plugins permit to manage Ldap and Active Directory. .. sourcecode:: bash + # clone the repository + $ git clone https://github.com/kakwa/ldapcherry && cd ldapcherry + # change the directory where to put the configuration (default: /etc) - $ export SYSCONFDIR= + $ export SYSCONFDIR=/etc + # change the directory where to put the resource (default: /usr/share) + $ export DATAROOTDIR=/usr/share/ # install ldapcherry - $ pip install ldapcherry + $ python setup.py # edit configuration files $ vi /etc/ldapcherry/ldapcherry.ini @@ -78,7 +83,7 @@ The default backend plugins permit to manage Ldap and Active Directory. $ vi /etc/ldapcherry/attributes.yml # launch ldapcherry - $ ldapcherryd -c /etc/ldapcherry/ldapcherry.ini + $ ldapcherryd -c /etc/ldapcherry/ldapcherry.ini -D ***********