keycloak-scim/getting_started/topics/first-boot/boot.adoc
2020-07-01 18:50:29 -03:00

26 lines
466 B
Text

[id="boot-server"]
=== Starting the {project_name} server
You start the server on the system where you installed it.
.Prerequisites
* You saw no errors during the {project_name} server installation.
.Procedure
. Go to the `bin` directory of the server distribution.
. Run the `standalone` boot script.
+
.Linux/Unix
[source,bash,subs=+attributes]
----
$ cd bin
$ ./standalone.sh
----
+
.Windows
[source,bash,subs=+attributes]
----
> ...\bin\standalone.bat
----