Use this repo to deploy a public lila instance on testy.lichess.dev.
You need a user and docker priviledges on khiaw (lichess.dev).
- Fork this repo.
- Change the first URL in
build.sh
to your lila fork and push the change(s) to github. - Login to khiaw with ssh.
ssh your_user@testy.lichess.dev
- Clone your fork of this repo to your home directory.
git clone https://github.com/your_user/testy-lichess-dev
- Copy the example scripts to home too.
cp testy-lichess-dev/bin/* ~
- Run
./clean.sh
the first time and any time you want to clean rebuild everything, otherwise run./reup.sh
to fetch changes, rebuild, and restart the running lila.