keycloak-scim/quarkus/dist/src/main
Steven Hawkins fd89297c15
fix: adding a server guide on installation location / layout (#33604)
closes: #32110

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2024-10-21 18:02:37 +02:00
..
content fix: corrections to kc.bat for -D and --debug (#33976) 2024-10-18 17:02:35 +02:00
README.md fix: adding a server guide on installation location / layout (#33604) 2024-10-21 18:02:37 +02:00
version.txt Remove Red Hat Single Sign-On product profile from upstream (#14697) 2022-10-18 14:43:04 +02:00

Keycloak

To understand the contents of your Keycloak installation, see the directory structure guide.

To get help configuring Keycloak via the CLI, run:

on Linux/Unix:

$ bin/kc.sh

on Windows:

$ bin\kc.bat

To try Keycloak out in development mode, run:

on Linux/Unix:

$ bin/kc.sh start-dev

on Windows:

$ bin\kc.bat start-dev

After the server boots, open http://localhost:8080 in your web browser. The welcome page will indicate that the server is running.

To get started, check out the configuration guides.