interactive battery demo built on meteor http://build-a-battery.meteor.com/
- Run
meteor mongo
- In a new terminal window, run
mongorestore -h 127.0.0.1:3001
. Note that '127.0.0.1:3001' would be whatever host is displayed after runningmeteor mongo
. - In the mongo shell initialized in step 1, run
db.copyDatabase( "mg_core_dev", "meteor" )