forked from Github-Mirrors/canaille
.. | ||
client | ||
conf | ||
conf-docker | ||
ldif | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile-canaille | ||
Dockerfile-client | ||
ldap-server.py | ||
Procfile | ||
README.md | ||
run.sh |
Demo and development
To check out how canaille looks like, or to start contributions, just run the demo:
- with
docker-compose up
to install and run it in preconfigured docker containers - or with
./run.sh
to install it natively in a virtual environment and run it locally!
Please check the details on the documentation.