DMOJ / docs

Documentation for setting up and using the DMOJ judge.
https://docs.dmoj.ca
26 stars 87 forks source link

Install Redis before testing Celery #149

Open qin-guan opened 1 year ago

qin-guan commented 1 year ago

In the installation guide, Celery is tested to see if it able to connect to Redis, but will result in an error as the Redis package is not installed.

https://github.com/DMOJ/docs/blob/master/docs/site/installation.md?plain=1#L159

pip3 install Redis should be ran before the command.

I'd be happy to open a PR to fix this, thank you!