Skip to content

Commit

Permalink
Documentation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
GoingOffRoading committed Jul 23, 2024
1 parent eb015b5 commit 93ecd6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,20 @@ 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

The backbone of Boilest is a distributed task Python library called [Celery](https://docs.celeryq.dev/en/stable/getting-started/introduction.html). Celery needs a message transport (a place to store the task queue), and we leverage RabbitMQ for that.

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

Expand Down

0 comments on commit 93ecd6c

Please sign in to comment.