canaille-globuzma/demo
2023-08-14 15:45:25 +02:00
..
client fix: import render_template from flask_themer instead of flask 2023-08-14 15:45:25 +02:00
conf refactor: the core module has its own main blueprint 2023-08-14 13:52:24 +02:00
conf-docker refactor: the core module has its own main blueprint 2023-08-14 13:52:24 +02:00
ldif Implemented LDAP ppolicy support. 2023-05-26 15:23:43 +02:00
.gitignore Development environment without docker. Plus client samples. Fixes #18 2020-11-10 17:52:52 +01:00
demoapp.py Renamed User.phone_number in User.phone_numbers 2023-06-22 15:33:03 +02:00
docker-compose.yml Implemented LDAP ppolicy support. 2023-05-26 15:23:43 +02:00
Dockerfile-canaille docker demo flask process reloads on configuration changes 2023-05-24 17:04:42 +02:00
Dockerfile-client The demo now uses poetry 2022-05-13 16:47:48 +02:00
ldap-server.py Implemented LDAP ppolicy support. 2023-05-26 15:23:43 +02:00
Procfile demo initial data pythonic loading 2023-05-19 12:01:13 +02:00
README.md Improved the 'CONTRIBUTING' documentation 2023-03-12 00:45:57 +01:00
run.sh Fixed demo/run.sh exit commands 2023-03-20 09:56:14 +01:00

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.