keycloak-scim/quarkus/dist/src/main/README.md

26 lines
510 B
Markdown
Raw Normal View History

2019-10-21 12:06:37 +00:00
Keycloak.X
==========
2019-10-21 12:06:37 +00:00
To get help configuring Keycloak via the CLI, run:
on Linux/Unix:
2019-10-21 12:06:37 +00:00
$ bin/kc.sh
2019-10-21 12:06:37 +00:00
on Windows:
2019-10-21 12:06:37 +00:00
$ bin\kc.bat
2019-10-21 12:06:37 +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
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](https://www.keycloak.org/docs/latest/server_admin).