Updated Dev Setup: Linux (markdown)

Popey Gilbert 2015-01-16 17:54:12 +00:00
parent ae94e5ee44
commit 0bb107a2c6

@ -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