Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

get up and running

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