Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 412 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 412 Bytes

Contributing

The project follows the Open Knowledge International coding standards.

Getting Started

virtualenv .python -p python2
source .python/bin/activate
make install
cp .env.example .env
editor .env # set your values
set -a; source .env

Testing

To run tests:

$ make test

Running

To run a processor:

$ make start <name>