From 5398baf3f0ff7fa450cd0c0e7e3a21a504964ce4 Mon Sep 17 00:00:00 2001 From: Popey Gilbert Date: Mon, 13 Apr 2015 15:29:59 +0100 Subject: [PATCH] Remove vagrant stuff --- Dev-Setup:-Mac-and-Vagrant.md => Dev-Setup:-Mac.md | 5 ----- 1 file changed, 5 deletions(-) rename Dev-Setup:-Mac-and-Vagrant.md => Dev-Setup:-Mac.md (68%) diff --git a/Dev-Setup:-Mac-and-Vagrant.md b/Dev-Setup:-Mac.md similarity index 68% rename from Dev-Setup:-Mac-and-Vagrant.md rename to Dev-Setup:-Mac.md index 1c68d58..e62d13f 100644 --- a/Dev-Setup:-Mac-and-Vagrant.md +++ b/Dev-Setup:-Mac.md @@ -43,11 +43,6 @@ export LC_ALL=en_US.UTF-8 If you only see a white screen, check if the first line of app.css is `ERROR: Cannot load compass`. If so, try either uninstalling compass (`gem uninstall compass`) or re-installing it if you actually need it (`gem install compass --pre`). -###The Do-It-Yourself Vagrant VM Method -If you have [vagrant](http://www.vagrantup.com/) and virtualbox installed, [https://github.com/dpen2000/Codecombat-Vagrant](https://github.com/dpen2000/Codecombat-Vagrant) provides a method of starting a vagrant-managed VM with folder mappings, the website available at http://localhost:3000/ on your host machine and the latest mongo data auto restored into your Mongo instance (included in VM). Setup instructions are in the [Readme](https://github.com/dpen2000/Codecombat-Vagrant/blob/master/README.md). -##### The-do-it-via-a-vm-way (THIS METHOD IS UNAVAILABLE FOR NOW, DOWNLOAD LINKS DO NOT WORK) -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://analytics.codecombat.com:8080/dump.tar.gz) (updated every 10 minutes) and import it to your locally running database with the following commands: