2016-05-04 20:16:11 +00:00
|
|
|
|
2016-12-12 20:20:58 +00:00
|
|
|
=== Booting the Server
|
2016-05-04 20:16:11 +00:00
|
|
|
|
2018-05-15 14:28:04 +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
|
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
|
|
|
----
|
|
|
|
|
|
|
|
.Windows
|
2018-06-07 17:27:48 +00:00
|
|
|
[source,bash,subs=+attributes]
|
2016-05-04 20:16:11 +00:00
|
|
|
----
|
|
|
|
> ...\bin\standalone.bat
|
|
|
|
----
|
|
|
|
|