keycloak-scim/quarkus/dist/src/main
JPA2015 a5a384b4d5 #10443 start-dev: parsing command lines parameters
kc.bat called "shift" twice after parsing "start-dev". But "start-dev" is only one parameter so that "shift" should be called only once or else further command line parameters won't be parsed correctly.

Closes #10443
2022-03-18 16:19:10 -03:00
..
content #10443 start-dev: parsing command lines parameters 2022-03-18 16:19:10 -03:00
README.md Readme review v1 (#10082) 2022-02-10 06:51:53 +01:00
version.txt Readme review v1 (#10082) 2022-02-10 06:51:53 +01:00

Keycloak

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.