From 186da4270d3a16fabc1b754c911501787e53fd45 Mon Sep 17 00:00:00 2001 From: Michael Schmatz Date: Sun, 22 Mar 2015 16:55:34 -0400 Subject: [PATCH] Updated Dev Setup: Mac and Vagrant (markdown) --- Dev-Setup:-Mac-and-Vagrant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev-Setup:-Mac-and-Vagrant.md b/Dev-Setup:-Mac-and-Vagrant.md index 79e1808..1c68d58 100644 --- a/Dev-Setup:-Mac-and-Vagrant.md +++ b/Dev-Setup:-Mac-and-Vagrant.md @@ -49,7 +49,7 @@ If you have [vagrant](http://www.vagrantup.com/) and virtualbox installed, [http If you want to run the VM, you'll have to [download VirtualBox](http://download.virtualbox.org/virtualbox/4.3.6/VirtualBox-4.3.6-91406-Win.exe), install it, then [download](https://s3.amazonaws.com/CodeCombatLargeFiles/CoCoLinux.ova) ([torrent](https://s3.amazonaws.com/CodeCombatLargeFiles/CoCoLinux.ova?torrent)) and import the CodeCombat Linux appliance by going to File:Import Appliance (note that occasionally the large download may be corrupted, so it's often easier to use the torrent.) The "CodeCombat" user account password is "coco". Once you have the Linux virtual machine running, the follow the directions above. To ease development, you can set up a shared folder so that you can edit files in Windows and have them accessible to the Ubuntu VM. See directions for setting up shared folders [here.](http://mikesmithers.wordpress.com/2011/03/23/installing-ubuntu-in-virtualbox-on-a-windows-7-host/#attachment_898) You can also [set up bridged networking](http://askubuntu.com/questions/196118/how-to-access-localhost-on-virtualbox-host-machine) so that your server is accessible from Windows. ###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`).