SpleefX Backend
The implementation of SpleefX's web backend, used for statistics, debug reports, and wiki
Building
The project uses Gradle's build system. To build, run gradle build
.
Running
This project runs on docker-compose. To run, you need to install docker-ce
on your system.
- Create a directory to run the backend, for emample
~/spleefx-web
. - Create a
docker-compose.yml
file, with its content identical to thedocker-compose.yml
in this repository. - Run
docker-compose up
to start the web server on port 443.