From 93ecd6c035732bd8138c10fd9e35f665ad25b76d Mon Sep 17 00:00:00 2001 From: Chase Westlye Date: Tue, 23 Jul 2024 11:14:23 -0700 Subject: [PATCH] Documentation Update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05255b9..6498666 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A management UI that: --- # Prerequisites -Same prerequisites as [Boilest-Scaling-Video-Encoder](https://github.com/GoingOffRoading/Boilest-Scaling-Video-Encoder): +Same prerequisites as [Boilest-Scaling-Video-Encoder](https://github.com/GoingOffRoading/Boilest-Scaling-Video-Encoder). If these steps were followed when setting up [Boilest-Scaling-Video-Encoder](https://github.com/GoingOffRoading/Boilest-Scaling-Video-Encoder) then these steps can be skipped for Boilest-Management-GUI as the prerequisites are already in place. ## RabbitMQ @@ -21,6 +21,12 @@ The backbone of Boilest is a distributed task Python library called [Celery](htt RabbitMQ will need to be deployed with it's management plugin. +From the management plugin: + +- Create a 'celery' vhost +- Create a user with the user/pwd of celery/celery +- Give the celery .* configure, write, read permissions in the celery vhost + --- ## MariaDB