Light-weight real time dashboard for viewing bull jobs on redis.
This dashboard helps you to visualize the jobs as well as perform some actions on the jobs like retry , delete, etc.
The following are the different ways to install red-bull.
- Install the module globally using the command
npm install -g red-bull
- Then use the command
red-bull
to run the application
- First of all, clone the red-bull repository using the command
git clone https://github.com/vinaykumarvnrb4u/RedBull
or download the zip file from here. - Change the directory to red-bull
cd RedBull
- Install all the dependencies
npm install
- Start the application using
npm start
command