Go to file
Emmanuel Garette b944a609a5 simplify session's code 2019-12-03 21:20:28 +01:00
messages/v1 config.session => session 2019-12-03 08:34:11 +01:00
script better config integration 2019-12-02 10:29:40 +01:00
src/risotto simplify session's code 2019-12-03 21:20:28 +01:00
templates/1 add 'template' services 2019-12-02 14:22:40 +01:00
.gitignore first commit 2019-11-28 14:50:53 +01:00
README.md add lemonldap procedure for tests in readme 2019-11-29 09:18:25 +01:00
Vocabulary.txt Vocabulary 2019-12-02 10:45:07 +01:00

README.md

Projet Risotto

Démarrer le server de l'API Risotto :

python3 script/server.py

Accéder à un message :

wget http://localhost:8080/v1/config.session.server.start

Démarrer un serveur LemonLDAP de test

docker pull coudot/lemonldap-ng
echo "127.0.0.1 auth.example.com manager.example.com test1.example.com test2.example.com" >> /etc/hosts
docker run -d --add-host reload.example.com:127.0.0.1 -p 80:80 coudot/lemonldap-ng