keycloak-scim/distribution/server-x-dist/src/main
2022-01-19 08:47:15 -03:00
..
content Unified configuration option format and renaming keycloak.properties to keycloak.conf 2022-01-19 08:47:15 -03:00
README.md Fixes outdated Readme 2022-01-11 09:19:40 -08:00
version.txt KEYCLOAK-11786 Include Keycloak.X preview dist in distribution 2020-10-23 08:46:13 +02:00

Keycloak.X

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 the Server Administration Guide.