Skip to content

Commit

Permalink
Add simple reminder about import database importing.
Browse files Browse the repository at this point in the history
  • Loading branch information
gipi committed Feb 2, 2015
1 parent cf6ded6 commit 6c42fe2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ The dependencies for the project can be installed using
You can use ``Vagrant`` to start a machine with a MongoDB instance running

$ vagrant up

To initialize the database you need to download the data

$ wget https://s3.amazonaws.com/open_data/csv/opendata_projects.zip && unzip opendata_projects.zip

and import it

$ mongoimport -d donorschoose -c projects --type csv --file /vagrant/opendata_projects.csv -headerline

0 comments on commit 6c42fe2

Please sign in to comment.