-
Notifications
You must be signed in to change notification settings - Fork 246
get up and running
ofri edited this page Sep 13, 2010
·
10 revisions
- git the code
- run manage.py syncdb
- 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…
- run manage.py runserver
- 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…