mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Updated Dev Setup: Linux (markdown)
parent
ae94e5ee44
commit
0bb107a2c6
1 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue