From f4d0e4ca5728dd87a46587a3b980286ab6bdd7de Mon Sep 17 00:00:00 2001 From: Popey Gilbert Date: Fri, 16 Jan 2015 17:55:55 +0000 Subject: [PATCH] Updated Dev Setup: Linux (markdown) --- Dev-Setup:-Linux.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Dev-Setup:-Linux.md b/Dev-Setup:-Linux.md index 9d764cf..0470fa7 100644 --- a/Dev-Setup:-Linux.md +++ b/Dev-Setup:-Linux.md @@ -44,17 +44,17 @@ If you see a white screen only, check to see if the first line of app.css is `ER ###Complex Linux Installation 1. [Set up a GitHub account](https://help.github.com/articles/set-up-git) if you don't already have one. -1. Fork the CodeCombat project. -1. `git clone` it to your computer. -1. Install software +2. [Fork](https://github.com/codecombat/codecombat/fork) the CodeCombat project. +3. `git clone` it to your computer. +4. Install software 1. `sudo npm install` - 1. `sudo npm install -g bower` - 1. `bower install` ( bower install each dependency from bower.json ) - 1. `sudo npm install -g brunch` - 1. Download [MongoDB 2.6.0](http://www.mongodb.org/downloads) - 1. Start up Mongodb and define the bin folder of coco as your --dbpath variable -1. Run `bin/coco-mongodb`, `bin/coco-brunch` and `bin/coco-dev-server`. -1. Go to [http://localhost:3000](http://localhost:3000) to see your local CodeCombat in action. + 2. `sudo npm install -g bower` + 3. `bower install` ( bower install each dependency from bower.json ) + 4. `sudo npm install -g brunch` + 5. Download [MongoDB 2.6.0](http://www.mongodb.org/downloads) + 6. Start up Mongodb and define the bin folder of coco as your --dbpath variable +5. Run `bin/coco-mongodb`, `bin/coco-brunch` and `bin/coco-dev-server`. +6. Go to [http://localhost:3000](http://localhost:3000) to see your local CodeCombat in action. ###Ubuntu Installation