Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 512 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 512 Bytes

lightbook

LDAP addressbook

Set up the dependencies

  1. Make sure you have python and pip installed
  2. # pip install -r requirements.txt
  3. # npm install

Development mode

  1. # npm run watch
  2. # python development.py

Now you can open http://127.0.0.1:5000/ and browse the project. This will use sample test json data rather than a real connection to LDAP.

Production mode

Create ldap.json in the root of the project and set some values.

  1. # npm run build
  2. # python production.py