Compare commits

...

3 Commits

Author SHA1 Message Date
Matthieu Lamalle 1d1b51d37b add lemonldap procedure for tests in readme 2019-11-29 09:18:25 +01:00
Matthieu Lamalle 66600874b7 update readme 2019-11-29 09:18:25 +01:00
Matthieu Lamalle 155136d838 add readme 2019-11-29 09:18:25 +01:00
1 changed files with 20 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
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
```