Election results data entry and verification software built by Ona Systems and commissioned by the Libyan High National Elections Commission and the United Nations Development Program.
git clone git@github.com:onaio/tally-system.git
git clone git@github.com:onaio/libya-data.git data
Prerequisites: this assumes you have virtualenvwrapper and PostgreSQL installed.
mkvirtualenv tally --python=python2.7
pip install -r requirements/dev.pip
This will remove all data in the database.
The first argument is the database user, the second is the database host IP address, and the third is the settings file. Modify these arguments as needed.
./scripts/reload_all postgres 127.0.0.1 tally_ho.settings.common
Ona intermittently hosts a demo site of the Libya tally software at tally.ona.io.
The demo user name and password (formatted as username/password) is:
super_administrator
/datadata
If it is not running and you would like to see a demo, please email us.
Please login as username super_administrator
, password datadata
to look around the demo site.