This guide is an amalgamated shortcut of the web server and chat server setup guides, which will give you a working system but will not explain why it works or how you use it.

Prerequisites

Installing

  1. Run git clone https://onlyg.it/OpenWF/Docker-AIO "OpenWF Dockerized Server" to set up an OpenWF Dockerized Server folder in the working directory
  2. Open the OpenWF Dockerized Server folder
  3. (Optional) If you have a GB of free space, you might want to download stripped assets such as ability videos so the client can request them on-demand: Run git clone https://openwf.io/0.git in the static-data folder
  4. Now you can run docker compose up to start the server anytime

Updating

  1. Run docker compose pull in the OpenWF Dockerized Server folder
  2. (Optional) If you have the stripped assets, run git pull in the static-data/0 folder
  3. Now you can use docker compose up to start the server again