canaille-globuzma/demo/README.md

20 lines
771 B
Markdown
Raw Normal View History

# Demo and development
2020-11-10 16:56:51 +00:00
To check out how canaille looks like, or to start contributions, just run it with `./run.sh`!
You need to have either `OpenLDAP`, or `docker` plus `docker-compose` installed on your system.
Then you have access to:
- A canaille server at http://127.0.0.1:5000
- A dummy client at http://127.0.0.1:5001
- Another dummy client at http://127.0.0.1:5002
The canaille server has some default users:
2020-11-12 08:30:39 +00:00
- A regular user which login and password are **user**;
- A moderator user which login and password are **moderator**;
- An admin user which admin and password are **admin**.
- A new user which admin and password are **new**. This user has no password yet,
and his first attempt to log-in will result in sending a password initialization
email.