keycloak-scim/getting_started/topics/standalone/proc-starting-server.adoc

27 lines
478 B
Text
Raw Normal View History

[id="starting-server_{context}"]
= Starting the {project_name} server
2016-05-04 20:16:11 +00:00
You start the server on the system where you installed it.
2016-05-04 20:16:11 +00:00
.Prerequisites
* You saw no errors during the {project_name} server installation.
2016-05-04 20:16:11 +00:00
.Procedure
. Go to the `bin` directory of the server distribution.
. 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
----
+
2016-05-04 20:16:11 +00:00
.Windows
[source,bash,subs=+attributes]
2016-05-04 20:16:11 +00:00
----
> ...\bin\standalone.bat
----