Skip to content

angeloudy/lightbook

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.3%
  • Python 34.4%
  • CSS 8.7%
  • HTML 0.6%