- Install and setup MySQL (preferably setup on a remote dedicated machine)
- Install dependencies with
yarn install
- Create
.env
file in Web-Server root directory and fill following variables inside
DB_HOST=xxx.xxx.xxx.xxx
DB_USER=xxxxx
DB_PASSWORD=xxxxxxx
- Populate the
src/releases
folder with build(s) from the Unity standalone. (The folder must be calledlatest
and must be compressed to a zip calledlatest.zip
in the respective platform folder under releases in order for the Launcher to correctly retrieve the standalone) - Run server with
yarn dev:start