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

19 lines
309 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 {project_name} server, go to the `bin` directory of the server distribution and run the `standalone` boot script:
2016-05-04 20:16:11 +00:00
.Linux/Unix
[source,bash,subs=+attributes]
2016-05-04 20:16:11 +00:00
----
$ cd bin
$ ./standalone.sh
2016-05-04 20:16:11 +00:00
----
.Windows
[source,bash,subs=+attributes]
2016-05-04 20:16:11 +00:00
----
> ...\bin\standalone.bat
----