mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
This commit is contained in:
parent
f89ef059a3
commit
f31cf9cc29
1 changed files with 10 additions and 12 deletions
22
README.md
22
README.md
|
@ -23,11 +23,19 @@ Brainwine currently supports the following versions of Deepworld:
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
#### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Java 8 Development Kit
|
- Java 8 Development Kit
|
||||||
|
|
||||||
#### Using docker
|
```sh
|
||||||
|
git clone --recurse-submodules https://github.com/kuroppoi/brainwine.git
|
||||||
|
cd brainwine
|
||||||
|
./gradlew dist
|
||||||
|
```
|
||||||
|
|
||||||
|
The output will be located in the `/build/dist` directory.
|
||||||
|
|
||||||
|
### Using docker
|
||||||
|
|
||||||
To host brainwine using a docker you first need to build the image. On your server run the following:
|
To host brainwine using a docker you first need to build the image. On your server run the following:
|
||||||
|
|
||||||
|
@ -53,16 +61,6 @@ docker compose up
|
||||||
|
|
||||||
The server configuration files and the world data is saved in a docker volume and will accessible from `/data/` in the container. Feel free to add or remove options passed to docker or edit the compose file.
|
The server configuration files and the world data is saved in a docker volume and will accessible from `/data/` in the container. Feel free to add or remove options passed to docker or edit the compose file.
|
||||||
|
|
||||||
#### Configurations
|
|
||||||
|
|
||||||
```sh
|
|
||||||
git clone --recurse-submodules https://github.com/kuroppoi/brainwine.git
|
|
||||||
cd brainwine
|
|
||||||
./gradlew dist
|
|
||||||
```
|
|
||||||
|
|
||||||
The output will be located in the `/build/dist` directory.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Execute `brainwine.jar` to start the program. Navigate to the server tab and press the button to start the server.\
|
Execute `brainwine.jar` to start the program. Navigate to the server tab and press the button to start the server.\
|
||||||
|
|
Loading…
Add table
Reference in a new issue