2022-02-10 05:51:53 +00:00
|
|
|
Keycloak
|
|
|
|
========
|
2019-10-21 12:06:37 +00:00
|
|
|
|
2022-01-11 11:05:41 +00:00
|
|
|
To get help configuring Keycloak via the CLI, run:
|
|
|
|
|
|
|
|
on Linux/Unix:
|
2019-10-21 12:06:37 +00:00
|
|
|
|
2021-05-12 13:00:51 +00:00
|
|
|
$ bin/kc.sh
|
2019-10-21 12:06:37 +00:00
|
|
|
|
2022-01-11 11:05:41 +00:00
|
|
|
on Windows:
|
2019-10-21 12:06:37 +00:00
|
|
|
|
2021-05-12 13:00:51 +00:00
|
|
|
$ bin\kc.bat
|
2019-10-21 12:06:37 +00:00
|
|
|
|
2022-01-11 11:05:41 +00:00
|
|
|
To try Keycloak out in development mode, run:
|
|
|
|
|
|
|
|
on Linux/Unix:
|
|
|
|
|
|
|
|
$ bin/kc.sh start-dev
|
|
|
|
|
|
|
|
on Windows:
|
|
|
|
|
|
|
|
$ bin\kc.bat start-dev
|
|
|
|
|
2021-05-12 13:00:51 +00:00
|
|
|
After the server boots, open http://localhost:8080 in your web browser. The welcome page will indicate that the server is running.
|
|
|
|
|
2022-02-10 05:51:53 +00:00
|
|
|
To get started, check out the [configuration guides](https://www.keycloak.org/guides#server).
|