Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schlawg/testy-lichess-dev
https://github.com/schlawg/testy-lichess-dev
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/schlawg/testy-lichess-dev
- Owner: schlawg
- License: agpl-3.0
- Created: 2023-03-19T19:49:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-03T19:09:58.000Z (8 months ago)
- Last Synced: 2024-04-03T20:26:49.721Z (8 months ago)
- Language: Shell
- Size: 68.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# For lichess developers
Use this repo to deploy a public lila instance on testy.lichess.dev.## Requirements
You need a user and docker priviledges on khiaw (lichess.dev).## Minimum steps
1. Fork this repo.
2. Change the first URL in `build.sh` to your lila fork and push the change(s) to github.
3. Login to khiaw with ssh. `ssh [email protected]`
4. Clone your fork of this repo to your home directory. `git clone https://github.com/your_user/testy-lichess-dev`
5. Copy the example scripts to home too. `cp testy-lichess-dev/bin/* ~`
6. 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.