keycloak-scim/getting_started/topics/first-boot/boot.adoc
2018-07-02 09:02:13 -05:00

17 lines
262 B
Text

=== Booting the Server
To boot the {project_name} server, go to the `bin` directory of the server distribution and run the `standalone` boot script:
.Linux/Unix
[source]
----
$ .../bin/standalone.sh
----
.Windows
[source]
----
> ...\bin\standalone.bat
----