keycloak-scim/getting_started/topics/first-boot/boot.adoc
2017-02-14 09:52:09 +01:00

22 lines
336 B
Text
Executable file

=== Booting the Server
To boot the {{book.project.name}} server, go to the _bin/_ directory of the server distribution.
.Standalone Boot Scripts
image:../../{{book.images}}/standalone-boot-files.png[]
To boot the server:
.Linux/Unix
[source]
----
$ .../bin/standalone.sh
----
.Windows
[source]
----
> ...\bin\standalone.bat
----