Skip to content

ben12345/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.

./script/reload_all postgres 127.0.0.1 tally_ho.settings.common

News

This is an article about tally-ho and its use in Libya.

Demo Users

The create_demo_users command will create demo users for each role with usernames like super_administrator, and password data.

About

Election results data entry and verification software.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.7%
  • HTML 9.1%
  • CSS 1.5%
  • Shell 1.3%
  • JavaScript 1.1%
  • Nginx 0.3%