Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/site/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ You should create an admin account with which to log in initially.

The DMOJ uses Celery workers to perform most of its heavy lifting, such as batch rescoring submissions. We will use Redis as its broker, though note that other brokers that Celery supports will work as well.

You need to install `redis`.

```shell-session
(dmojsite) $ pip3 install redis
```

Start up the Redis server, which is needed by the Celery workers.

```shell-session
Expand Down