keycloak-scim/docs/guides/getting-started/templates/start-keycloak-localhost.adoc
Alexander Schwartz e6cd9a2987
Remove product specific content about Linux only (#26222)
Closes #26220

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2024-01-22 10:38:07 +01:00

21 lines
581 B
Text

== Start {project_name}
. From a terminal, open the `{archivebasename}-{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
----
Using the `start-dev` option, you are starting {project_name} in development mode. In this mode, you can try out {project_name} for the first time to get it up and running quickly. This mode offers convenient defaults for developers, such as for developing a new {project_name} theme.