1837b4401c
Quote some specific variables used in the batch script to address blank space issues when Keycloak is in a directory structure containing spaces. Address some variable parsing issues by using delayed expansion instead of default behavior. Remove superfluous SetLocal EnableDelayedExpansion Closes keycloak/keycloak#20115 |
||
---|---|---|
.. | ||
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.