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 @vinay-kumar/red-bull
- Then use the following command to start the application
red-bull
- By default application listens on port 5000
- To start application with custom port try the following command
red-bull port:<valid-port-number>
ex: red-bull port:5050
- 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 - To start application with custom port try the following command
npm start port:<valid-port-number>
ex: npm start port:5050