robinedwards / shackle

Distributed job harness daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUILDING
--------
$ sudo apt-get install build-essential libjson0 libjson0-dev libevent-dev
$ make

CONFIG
------
See config.env

RUNNING
-------
$ source config.env
$ ./shackle

TESTING
-------
Setup a fake master server to listen to the reports from:

$ nc -l -p 19861

Send a command to shackle:

$ echo "/bin/uname -a" | nc localhost 16891

TODO
----
1. address todos in code
2. use json for sending commands

About

Distributed job harness daemon


Languages

Language:C 97.9%Language:Makefile 2.1%