Updated Dev Setup: Linux (markdown)

Popey Gilbert 2015-01-16 17:55:55 +00:00
parent 0bb107a2c6
commit f4d0e4ca57

@ -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 ###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. [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. 2. [Fork](https://github.com/codecombat/codecombat/fork) the CodeCombat project.
1. `git clone` it to your computer. 3. `git clone` it to your computer.
1. Install software 4. Install software
1. `sudo npm install` 1. `sudo npm install`
1. `sudo npm install -g bower` 2. `sudo npm install -g bower`
1. `bower install` ( bower install each dependency from bower.json ) 3. `bower install` ( bower install each dependency from bower.json )
1. `sudo npm install -g brunch` 4. `sudo npm install -g brunch`
1. Download [MongoDB 2.6.0](http://www.mongodb.org/downloads) 5. 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 6. 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`. 5. 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. 6. Go to [http://localhost:3000](http://localhost:3000) to see your local CodeCombat in action.
###Ubuntu Installation ###Ubuntu Installation