9bb1299d89
also: fix kc.bat to not use autobuild in devmode anymore, fix containers.adoc to not use auto_build naming, fix build command cli help as it is not required anymore to run it beforehand. |
||
---|---|---|
.. | ||
content | ||
README.md | ||
version.txt |
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.