4436fb3a18
also changes the general readme and the themes folders readme, bc invoking the shell-script without arguments leads to help now instead of starting Closes #9501
26 lines
No EOL
510 B
Markdown
26 lines
No EOL
510 B
Markdown
Keycloak.X
|
|
==========
|
|
|
|
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 the [Server Administration Guide](https://www.keycloak.org/docs/latest/server_admin). |