forked from moepman/bk-dss
1
0
Fork 0
bk-dss/README.md

22 lines
481 B
Markdown
Raw Permalink Normal View History

2016-02-10 16:52:01 +01:00
# Binary Kitchen: Directory Self-Service
2015-06-16 21:45:52 +02:00
## Overview
TBA
## Requirements
2016-11-10 08:11:25 +01:00
* passlib >= 1.6.0
* py-flask >= 0.10
* py-flask-wtf >= 0.10
* py-ldap >= 2.4.15
* py-redis >= 2.10
2015-06-16 22:26:10 +02:00
2017-03-20 16:56:56 +01:00
## uWSGI
To use dss with uWSGI create a file called uwsgi.ini from the provided example and change the socket and optinally the chroot setting. You can use `/usr/bin/uwsgi --ini /path/to/dss/uwsgi.ini` to start your instance.
2015-06-16 22:26:10 +02:00
## Misc
Source code is under MIT license, powered by Flask and Bootstrap.