Dockerized Cafe Grader
git clone --recursive https://github.com/plumsirawit/cafe-grader-docker.git- Change all the passwords
- Generate an SSL certificate (recommended:
certbot certonly --standalone; more info: https://certbot.eff.org/) - Copy the content of the certificate into the
certdirectory and editnginx.confaccordingly. (warning: don't use symlink if you don't know what you're doing since it doesn't work directly on Docker) docker compose up --buildshould do it.
- This project is quite old (and it was my first try dockerizing something related to my personal life such as a competitive programming online judge, apart from the fossil grader).
- It may not (or may) be maintainable since we're trying to migrate everything from
cafe-gradertoioi-cmsin programming training camps.