add lemonldap procedure for tests in readme
This commit is contained in:
parent
66600874b7
commit
1d1b51d37b
|
@ -1,4 +1,4 @@
|
||||||
Projet Risotto*
|
Projet Risotto
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Démarrer le server de l'API Risotto :
|
Démarrer le server de l'API Risotto :
|
||||||
|
@ -11,3 +11,10 @@ Accéder à un message :
|
||||||
wget http://localhost:8080/v1/config.session.server.start
|
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