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
|
|
|
|
2017-08-28 12:50:14 +00:00
|
|
|
To boot the {project_name} server, go to the _bin/_ directory of the server distribution.
|
2016-05-04 20:16:11 +00:00
|
|
|
|
|
|
|
.Standalone Boot Scripts
|
2017-08-28 12:50:14 +00:00
|
|
|
image:{project_images}/standalone-boot-files.png[]
|
2016-05-04 20:16:11 +00:00
|
|
|
|
|
|
|
To boot the server:
|
|
|
|
|
|
|
|
.Linux/Unix
|
|
|
|
[source]
|
|
|
|
----
|
|
|
|
$ .../bin/standalone.sh
|
|
|
|
----
|
|
|
|
|
|
|
|
.Windows
|
|
|
|
[source]
|
|
|
|
----
|
|
|
|
> ...\bin\standalone.bat
|
|
|
|
----
|
|
|
|
|