Perplexica/docs/installation/DEVELOPMENT.md

9 lines
275 B
Markdown
Raw Normal View History

2025-02-28 14:56:33 +01:00
# Local Development
Apply example users to openldap so keycloak can use them later on.
Their default password is hashedpassword and their usernames are jsmith or sbrown
```shell
ldapadd -x -H ldap://localhost -D "cn=admin,dc=dev,dc=local" -w admin -f .dev/people.ldif
```