From e14444a0d4546d9c9029f5a5007699ef30f10481 Mon Sep 17 00:00:00 2001 From: Michael Schmatz Date: Sun, 22 Mar 2015 16:55:23 -0400 Subject: [PATCH] Updated Dev Setup: Windows (markdown) --- Dev-Setup:-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev-Setup:-Windows.md b/Dev-Setup:-Windows.md index 47d1dfe..4c7da67 100644 --- a/Dev-Setup:-Windows.md +++ b/Dev-Setup:-Windows.md @@ -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`.