Skip to content
Ioan CHIRIAC edited this page Jun 23, 2015 · 2 revisions

How to install Redis-Job-Queue

The installation provides a quick start and ready to use job queue manager :

  • Download the package
  • Install it on your server as a daemon
  • Check the configuration
  • Run a job test

Download the package :

  mkdir cd /etc/rjq
  cd /etc/rjq
  git checkout https://github.com/ichiriac/redis-job-queue.git ./

Install it on your system (as a daemon) :

  cp /etc/rjq/bin/rjq_init /etc/init.d/rjq
  ln -s /etc/init.d/rjq /usr/local/bin/rjq
  chmod +x /etc/init.d/rjq
  sudo update-rc.d rjq defaults

Check the configuration

...todo...

Run a job test

...todo...

Clone this wiki locally