Install and setup Keycloak as per blog post.
-
Start CockroachDB cluster
The cluster should have database
cpcreated. -
Start Keycloak
/opt/keycloak-26.2.5/bin/kc.sh start-dev --http-port 8081 \ --db-url-host=localhost --db-password=postgres \ --db-username=fabio --db postgres
-
Start Prometheus server
./prometheus --config.file=prometheus.yaml \ --enable-feature=auto-reload-config \ --config.auto-reload-interval=30s
-
Start Reflex
poetry shell REFLEX_HOT_RELOAD_EXCLUDE_PATHS="/Users/fabio/projects/cp/playbooks" reflex run