mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Updated Dev Setup: Linux (markdown)
parent
8e19e4cfbe
commit
ae66caac6a
1 changed files with 2 additions and 2 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue