Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.5 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.5 KB

RedBull

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.

Notes

  • You must have have Bull and Redis installed in your projects

Getting Started

Install and run red bull

The following are the different ways to install red-bull.

From npm:


  • 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

From github:


  • 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

Working preview



red-bull