Compare commits
No commits in common. "1d1b51d37b2821235f092823f2c0d5d56bbe0d2d" and "e74391b77ad669355a3bc4caadccd31158d0eb29" have entirely different histories.
1d1b51d37b
...
e74391b77a
20
README.md
20
README.md
|
@ -1,20 +0,0 @@
|
|||
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue