keycloak-scim/getting_started/topics/first-boot/boot.adoc

23 lines
336 B
Text
Raw Normal View History

2016-05-04 20:16:11 +00:00
=== Booting the Server
2016-05-04 20:16:11 +00:00
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
----