Lightweight application created for running jobs on demand with a RESTful API interface and a scalable backend. Job queues are based on Zeromq.
Перейти к файлу
Alessandro Pilotti 1f77961cd3 Added *.conf files to ignore list 2013-07-14 01:54:29 +03:00
conf Renamed conf sample file 2013-07-14 01:53:46 +03:00
jobrunner Adds real auth_key check :) 2013-07-14 01:51:47 +03:00
jobs Minor naming correction 2013-07-14 01:39:18 +03:00
.gitignore Added *.conf files to ignore list 2013-07-14 01:54:29 +03:00
README.md Create README.md 2013-07-14 00:00:23 +03:00
newjob.sh Added job_name to sample curl script 2013-07-14 01:41:28 +03:00
openstack-common.conf Added Openstack cfg and logging 2013-07-14 01:36:35 +03:00

README.md

job-runner

Lightweight application created for running jobs on demand with a RESTful API interface and a scalable backend. Job queues are based on Zeromq.

Setup on CentOS 6.4

wget -O /etc/yum.repos.d/home:fengshuo:zeromq.repo http://download.opensuse.org/repositories/home:/fengshuo:/zeromq/CentOS_CentOS-6/home:fengshuo:zeromq.repo yum -y install zeromq yum -y install python-zmq yum -y install python-flask