5dd36949bb
.../bin/standalone.sh didn't work for me when running on a bash terminal on a mac. This should work for everyone.
18 lines
309 B
Text
18 lines
309 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,bash,subs=+attributes]
|
|
----
|
|
$ cd bin
|
|
$ ./standalone.sh
|
|
----
|
|
|
|
.Windows
|
|
[source,bash,subs=+attributes]
|
|
----
|
|
> ...\bin\standalone.bat
|
|
----
|
|
|