18 lines
285 B
Text
18 lines
285 B
Text
|
## Start Keycloak
|
||
|
|
||
|
From a terminal open the directory keycloak-{version}, then to start Keycloak run the following command.
|
||
|
|
||
|
On Linux run:
|
||
|
|
||
|
[source,bash,subs="attributes+"]
|
||
|
----
|
||
|
bin/kc.sh start-dev
|
||
|
----
|
||
|
|
||
|
On Windows run:
|
||
|
|
||
|
[source,bash,subs="attributes+"]
|
||
|
----
|
||
|
bin/kc.bat start-dev
|
||
|
----
|