From 0bb107a2c6614ded352a2724874426b0d9d3331c Mon Sep 17 00:00:00 2001 From: Popey Gilbert Date: Fri, 16 Jan 2015 17:54:12 +0000 Subject: [PATCH] Updated Dev Setup: Linux (markdown) --- Dev-Setup:-Linux.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Dev-Setup:-Linux.md b/Dev-Setup:-Linux.md index 5631e47..9d764cf 100644 --- a/Dev-Setup:-Linux.md +++ b/Dev-Setup:-Linux.md @@ -43,19 +43,17 @@ If you see a white screen only, check to see if the first line of app.css is `ER ###Complex Linux Installation -**TODO: document this better** - 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 - 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. `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. 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. ###Ubuntu Installation