2023-02-13 07:40:02 +00:00
|
|
|
== Start Keycloak
|
2023-02-09 09:29:41 +00:00
|
|
|
|
2023-02-20 12:58:57 +00:00
|
|
|
. From a terminal, open the keycloak-{version} directory.
|
|
|
|
. Enter the following command:
|
|
|
|
* On Linux, run:
|
|
|
|
+
|
2023-02-09 09:29:41 +00:00
|
|
|
[source,bash,subs="attributes+"]
|
|
|
|
----
|
|
|
|
bin/kc.sh start-dev
|
|
|
|
----
|
|
|
|
|
2023-02-20 12:58:57 +00:00
|
|
|
* On Windows, run:
|
|
|
|
+
|
2023-02-09 09:29:41 +00:00
|
|
|
[source,bash,subs="attributes+"]
|
|
|
|
----
|
|
|
|
bin/kc.bat start-dev
|
|
|
|
----
|