Skip to content
Cédric Joron edited this page Sep 21, 2013 · 4 revisions

To install and use LBE, you need:

  • a database supported by django. For the moment, we use MysQL
  • a LDAP server, like OpenDJ or OpenLDAP
  • MongoDB

You also need (items in italic are optionals but recommended):

  • Django
  • Required Python SQL driver
  • Git

You can check for dependencies by launching:

./python check.py

from LBE directory.

Clone this wiki locally