17 lines
262 B
Text
17 lines
262 B
Text
|
|
=== Booting the Server
|
|
|
|
To boot the {project_name} server, go to the `bin` directory of the server distribution and run the `standalone` boot script:
|
|
|
|
.Linux/Unix
|
|
[source]
|
|
----
|
|
$ .../bin/standalone.sh
|
|
----
|
|
|
|
.Windows
|
|
[source]
|
|
----
|
|
> ...\bin\standalone.bat
|
|
----
|
|
|