Skip to content
ofri edited this page Sep 13, 2010 · 10 revisions
  1. git the code
  2. run manage.py syncdb
  3. run update_db.py – this should take some time (~1hour) as it parses all the data from the .gz files, makes some transformations and populates the db, and not very efficiently…
  4. run manage.py runserver
  5. and you’re up and running

You don’t have to run download_data.py, since i put its output in the repository (the *.gz files in ETL/data)
You can run it if you like, but please don’t update the .gz files in the repo, because people don’t want to download them everytime.
Oh, and it takes about 3 hours for a complete download of all the data from knesset.gov.il – don’t say i didn’t warn you…

Clone this wiki locally