Skip to content

Commit

Permalink
Fixed a few paths in readme .
Browse files Browse the repository at this point in the history
  • Loading branch information
smukkejohan committed Sep 9, 2012
1 parent 8874486 commit 1b0f71c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -5,12 +5,12 @@ Get the raw data at http://ge.tt/3mnABAM/v/0
Install and run mongod: Install and run mongod:


$ npm install mongodb $ npm install mongodb
$ mongod --dbpath .data-utils/db $ mongod --dbpath data-utils/db


Set up a python virtualenv and isntall requirements: Set up a python virtualenv and isntall requirements:


$ mkvirtualenv chaosflow $ mkvirtualenv chaosflow
$ pip install -r .data-utils/requirements.txt $ pip install -r data-utils/requirements.txt


Import data from excel files to mongo db using the python import script. Do a geocode lookup on every entry: Import data from excel files to mongo db using the python import script. Do a geocode lookup on every entry:


Expand All @@ -19,7 +19,7 @@ Import data from excel files to mongo db using the python import script. Do a ge


Run the server: Run the server:


$ python chaosflow.py $ python server/chaosflow.py


Then you can run the openframeworks app. Then you can run the openframeworks app.


Expand Down

0 comments on commit 1b0f71c

Please sign in to comment.