af0bdd71d3
CIAM-5057
17 lines
276 B
Text
17 lines
276 B
Text
== Start Keycloak
|
|
|
|
. From a terminal, open the keycloak-{version} directory.
|
|
. Enter 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
|
|
----
|