keycloak-scim/docs/guides/getting-started/templates/start-keycloak-localhost.adoc
2023-03-03 10:08:05 +00:00

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
----