The project follows the Open Knowledge International coding standards.
virtualenv .python -p python2
source .python/bin/activate
make install
cp .env.example .env
editor .env # set your values
set -a; source .env
To run tests:
$ make test
To run a processor:
$ make start <name>