2020-07-20 21:00:52 +00:00
|
|
|
[id="starting-server_{context}"]
|
|
|
|
= Starting the {project_name} server
|
2016-05-04 20:16:11 +00:00
|
|
|
|
2020-06-18 01:54:58 +00:00
|
|
|
You start the server on the system where you installed it.
|
2016-05-04 20:16:11 +00:00
|
|
|
|
2020-06-18 01:54:58 +00:00
|
|
|
.Prerequisites
|
|
|
|
* You saw no errors during the {project_name} server installation.
|
2016-05-04 20:16:11 +00:00
|
|
|
|
2020-06-18 01:54:58 +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
|
2018-06-07 17:27:48 +00:00
|
|
|
[source,bash,subs=+attributes]
|
2016-05-04 20:16:11 +00:00
|
|
|
----
|
2018-08-31 15:58:29 +00:00
|
|
|
$ cd bin
|
|
|
|
$ ./standalone.sh
|
2016-05-04 20:16:11 +00:00
|
|
|
----
|
|
|
|
|
2020-06-18 01:54:58 +00:00
|
|
|
+
|
2016-05-04 20:16:11 +00:00
|
|
|
.Windows
|
2018-06-07 17:27:48 +00:00
|
|
|
[source,bash,subs=+attributes]
|
2016-05-04 20:16:11 +00:00
|
|
|
----
|
|
|
|
> ...\bin\standalone.bat
|
|
|
|
----
|