add keycloak info to README (#509)
This commit is contained in:
parent
9cfec3d357
commit
c986dbb9e5
|
@ -16,6 +16,14 @@ First install python and poetry. Then:
|
||||||
./bin/recreate_db clean
|
./bin/recreate_db clean
|
||||||
./bin/run_server_locally
|
./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
|
## Frontend Setup
|
||||||
|
|
||||||
First install nodejs, ideally the version in .tool-versions (but likely other versions will work). Then:
|
First install nodejs, ideally the version in .tool-versions (but likely other versions will work). Then:
|
||||||
|
|
Loading…
Reference in New Issue