add keycloak info to README (#509)

This commit is contained in:
Kevin Burnett 2023-09-21 19:03:56 +00:00 committed by GitHub
parent de1140f1c9
commit c1435d5f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@ First install python and poetry. Then:
./bin/recreate_db clean
./bin/run_server_locally
## Keycloak Setup
You will want an openid server of some sort.
There is one built in to the app that is used in the docker compose setup for simplicity, but non-compose defaults use a separate keycloak container by default.
You can start it like this:
./keycloak/bin/start_keycloak
## Frontend Setup
First install nodejs, ideally the version in .tool-versions (but likely other versions will work). Then: