Write config/config.js and config/routes.json
docker network create main
node build full
docker compose up
- Create rsa key (gen_key.py)
- Edit config/config.js
- Setup a mysql (run_mysql opens a docker container with a mysql server)
- Setup the schemas (setup_db.sh)
-Launch loginserver with
npm run run config/config.js
In config/config.js:
- Set exports.loginserver to your loginserver ip/domain
- Set exports.loginserverpublickey to the public key you created previously