Updated Dev Setup: Windows (markdown)

Michael Schmatz 2015-03-22 16:55:23 -04:00
parent ae66caac6a
commit e14444a0d4

@ -148,7 +148,7 @@ If there are any problems, you may need to update your version of the sass gem.
- Create a `db` folder anywhere, for example `/c/db`. This is where MongoDB is going to keep the db data.
- Run the command `mongod --setParameter textSearchEnabled=true --dbpath [PATH TO DB FOLDER]` where `[PATH TO DB FOLDER]` would be `/c/db/` in the example and leave it running.
- Download the up-to-date database dump from [here](http://54.91.159.37/dump.tar.gz) somewhere else, and extract it.
- Download the up-to-date database dump from [here](http://analytics.codecombat.com:8080/dump.tar.gz) somewhere else, and extract it.
- Navigate to the folder in which you extracted the dump (there should be a folder called `dump` in there)
- In a new shell (with the mongod still running), run the command `mongorestore --drop dump`.