Skip to content

Commit 40e7282

Browse files
rabbitmq instructions
Signed-off-by: Arnav Gupta <[email protected]>
1 parent 9fd7b9b commit 40e7282

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,12 @@ We need a PostgreSQL database to run. Please configure the following env variabl
4343
DB_PASS='judgeapi',
4444
DB_HOST='localhost'
4545
```
46-
### Queue (RabbitMQ)
46+
### Queue (RabbitMQ)
47+
48+
```
49+
brew install rabbitmq
50+
brew services start rabbitmq
51+
rabbitmqctl add_user codingblocks codingblocks
52+
rabbitmqctl set_user_tags codingblocks administrator
53+
rabbitmqctl set_permissions -p / codingblocks conf write read
54+
```

0 commit comments

Comments
 (0)