We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd7b9b commit 40e7282Copy full SHA for 40e7282
README.md
@@ -43,4 +43,12 @@ We need a PostgreSQL database to run. Please configure the following env variabl
43
DB_PASS='judgeapi',
44
DB_HOST='localhost'
45
```
46
-### Queue (RabbitMQ)
+### 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