From c1435d5f4196f22d97db62494bbc906eba38fb54 Mon Sep 17 00:00:00 2001 From: Kevin Burnett <18027+burnettk@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:03:56 +0000 Subject: [PATCH] add keycloak info to README (#509) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a456710b..6ac09d15 100644 --- a/README.md +++ b/README.md @@ -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: