Add note about resetting LDAP server
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Râu Cao 2022-12-06 10:28:03 +01:00
parent 28b31e63f9
commit 3c40dc98ca
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -33,12 +33,15 @@ Running all specs:
### Docker (Compose)
There is a working Dockr Compose config file, which allows you to spin up both
There is a working Docker Compose config file, which allows you to spin up both
an app server for Rails as well as a local 389ds (LDAP) server.
By default, `docker-compose up` will only start the LDAP server, listening on
port 389 on your machine. Uncomment other services in `docker-compose.yml`.
Note that all 389ds data is stored in `tmp/389ds`. So if you want to start over
with a fresh installation, delete both that directory as well as the container.
### LDAP server
See the previous section for quickly spinning up an LDAP server with Docker (or