canaille-globuzma/demo
2023-03-20 09:56:14 +01:00
..
client Display TOS and policy URI on the consent list page 2023-02-14 13:51:59 +01:00
conf Organization field support 2023-03-17 17:36:23 +01:00
conf-docker Organization field support 2023-03-17 17:36:23 +01:00
ldif Address edition support (but not in the OIDC claims yet) 2023-03-11 20:12:50 +01:00
.gitignore Development environment without docker. Plus client samples. Fixes #18 2020-11-10 17:52:52 +01:00
docker-compose.yml unit tests: slapd initialization refactoring 2022-12-06 18:18:27 +01:00
Dockerfile-canaille demo and dependencies cleanups 2023-03-12 00:13:09 +01:00
Dockerfile-client The demo now uses poetry 2022-05-13 16:47:48 +02:00
ldap-server.py unit tests: slapd initialization refactoring 2022-12-06 18:18:27 +01:00
Procfile demo and dependencies cleanups 2023-03-12 00:13:09 +01: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.