Scripts to generate jsons and jars that PolyMC will access.
It is recommended to use Docker to deploy the environment.
chown -R 1337:1337 .
config/config_local.sh
config/deploy.key
bash clone.sh
docker-compose up -d --build
docker-compose logs -f
(Runs hourly by default)docker-compose run meta update
For local development you can also use docker-compose.local.yaml
. By default it uses UID=1000
and GID=1000
.
Make sure it's the same as your host instance.