_
( )
___ _ ___ ___ _ _ _| |
/'___) /'_`\ /' _ ` _ `\( '_`\ /'_` |
( (___ ( (_) )| ( ) ( ) || (_) )( (_| |
`\____)`\___/'(_) (_) (_)| ,__/'`\__,_)
| |
(_)
A competition daemon for Student Robotics.
Many Scarzies died to bring us this implementation.
This will be the fourth implementation of compd in as many years. Hopefully this one, being simpler than the others, will actually stick.
To install:
- Install redis, version 2.6 or later
- Install virtualenv (via, eg, sudo easy_install virtualenv)
- Run ./install
All other dependencies, through the magic of virtualenv, are installed locally - in the dep directory as a matter of fact.
To run, use ./run.
To develop, enter the virtualenv using ./shell.
This implementation done through effective slave labour by Alistair Lynn.
With thanks to Rob Spanton, Scarzy, Sam Phippen, Edd Seabrook and Ben Clive for ideas and work on the previous iterations.