- First, install all the required packages
pip install -r requirements.txt
- Celery will be installed among others, but celery requires a broker service in order to work. This project uses RabbitMQ.
Pull RabbitMQ docker container
pull container
Start the service
start service
- Start the celery workers and beat
start them
npm init
See the Getting Started page. If the install fails, see this link.