23 lines
333 B
Text
23 lines
333 B
Text
|
|
||
|
=== Boot the Server
|
||
|
|
||
|
To boot the {{book.project.name}} server, go to the _bin/_ directory of the server distribution.
|
||
|
|
||
|
.Standalone Boot Scripts
|
||
|
image:../../{{book.images}}/standalone-boot-files.png[]
|
||
|
|
||
|
To boot the server:
|
||
|
|
||
|
.Linux/Unix
|
||
|
[source]
|
||
|
----
|
||
|
$ .../bin/standalone.sh
|
||
|
----
|
||
|
|
||
|
.Windows
|
||
|
[source]
|
||
|
----
|
||
|
> ...\bin\standalone.bat
|
||
|
----
|
||
|
|