Skip to content

prsnca/openCommittee

Repository files navigation

openCommittee

Live on - http://www.vaadat-sarim.org.il/

  • install python 2.7.11

  • run 'pip install virtualenv'

    • Mac + Linux:
      • run 'pip install virtualenvwrapper'
      • run 'export WORKON_HOME=/Users/<<YOUR_USERNAME>>/Envs'
      • run 'source /usr/local/bin/virtualenvwrapper.sh,
    • Windows:
      • run 'pip install virtualenvwrapper-win'
  • run 'mkvirtualenv openCommittee'

  • run 'workon openCommittee'

  • run 'pip install -r requirements.txt'

  • install postgres

  • install pgadmin

  • create a new db called ‘openCommittee’

  • create a role called ‘openCommittee’ with the same password

  • make this role the owner of the new db

  • run 'python manage.py syncdb --migrate'

  • download *.json files to directory

  • run 'python manage.py loaddata ministers.json'

  • run 'python manage.py loaddata voteType.json'

  • run 'python manage.py import_bills_gss'

  • run 'python manage.py import_votes_gss'

  • run ‘python manage.py run server’

browse to the website!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published