bk-dss/README.md

22 lines
487 B
Markdown
Raw 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
2018-10-08 14:16:40 +02:00
* passlib >= 1.7.0
* flask >= 0.12.1
2019-02-12 09:39:56 +01:00
* flask-wtf >= 0.12
* pyldap >= 2.4.25
2018-10-08 14:16:40 +02:00
* redis >= 2.10.5
2015-06-16 22:26:10 +02:00
2017-03-20 16:56:56 +01:00
## uWSGI
2019-02-12 09:42:07 +01:00
To use dss with uWSGI create a file called uwsgi.ini from the provided example and change the socket and optinally the chdir,uid and gid settings. You can use `/usr/bin/uwsgi --ini /path/to/dss/uwsgi.ini` to start your instance.
2017-03-20 16:56:56 +01:00
2015-06-16 22:26:10 +02:00
## Misc
Source code is under MIT license, powered by Flask and Bootstrap.