From ae66caac6ae8ccdf43f5fcb3bcc7feeb0cf9da2e Mon Sep 17 00:00:00 2001 From: Michael Schmatz Date: Sun, 22 Mar 2015 16:54:47 -0400 Subject: [PATCH] Updated Dev Setup: Linux (markdown) --- Dev-Setup:-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dev-Setup:-Linux.md b/Dev-Setup:-Linux.md index 33c064e..6d33108 100644 --- a/Dev-Setup:-Linux.md +++ b/Dev-Setup:-Linux.md @@ -104,7 +104,7 @@ Download and (manually) install mongodb 2.6 for Linux: Download and unpack database snapshot: - `mkdir -p $COCO_DB && cd $COCO_DB` -- `wget http://54.91.159.37/dump.tar.gz` +- `wget http://analytics.codecombat.com:8080/dump.tar.gz` - `tar xfz dump.tar.gz` Install database snapshot: @@ -139,7 +139,7 @@ Pick up upstream changes: - `git fetch upstream` ###Installing the Database -Download the [CodeCombat database](http://54.91.159.37/dump.tar.gz) (updated every 10 minutes) and import it to your locally running database with the following commands: +Download the [CodeCombat database](http://analytics.codecombat.com:8080/dump.tar.gz) (updated every 10 minutes) and import it to your locally running database with the following commands: 1. Make sure the database is running on your computer `./bin/coco-mongodb`.