Skip to content

crononauta/tally-ho

 
 

Repository files navigation

Build Status

Tally-Ho!

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.

Quick install

Checkout the repos

git clone git@github.com:onaio/tally-system.git
git clone git@github.com:onaio/libya-data.git data

Make a virtual environment and install requirements

Prerequisites: this assumes you have virtualenvwrapper and PostgreSQL installed.

mkvirtualenv tally --python=python2.7
pip install -r requirements/dev.pip 

Recreate the database, then load the data and demo users

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

Demo Site

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.

Demo Users

Please login as username super_administrator, password datadata to look around the demo site.

About

Election results data entry and verification software.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Other 2.5%