mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-11 16:21:08 -05:00
Updated Dev Setup: Windows (markdown)
parent
ae66caac6a
commit
e14444a0d4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
- 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.
|
- 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)
|
- 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`.
|
- In a new shell (with the mongod still running), run the command `mongorestore --drop dump`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue