RuneTopic HTTP Server
A server which delivers client configuration settings to an end-user over http.
Setup Guide
You can host a http server with Docker or with your local machine.
Hosting With Docker
Please follow this guide to setup Docker Compose.
Once Docker Compose is setup on your machine, clone the repository and run the following commands in terminal.
Note: Make sure to build using Gradle before attempting to host.
docker-compose build
docker-compose up
Hosting With Local Machine
Launch the application with the Gradle "run" task.