-
Notifications
You must be signed in to change notification settings - Fork 3
Install
Ioan CHIRIAC edited this page Jun 23, 2015
·
2 revisions
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
mkdir cd /etc/rjq
cd /etc/rjq
git checkout https://github.com/ichiriac/redis-job-queue.git ./
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
...todo...
...todo...