0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Simplify "Working on Core" setup instructions

This commit is contained in:
Jonathan Johnson 2013-12-18 10:13:50 -07:00
parent 574218130a
commit ead47275fd

View file

@ -178,7 +178,8 @@ developing Ghost.
**Pre-requisites:**
* Node 0.10.x
* ruby and the gems 'sass' and 'bourbon' - you can use `bundle install` to install the gems
* Ruby >= 1.9.3
* Bundler Ruby Gem (`gem install bundler`)
* for running functional tests: phantomjs 1.9.x and casperjs 1.1.x
([instructions](https://github.com/TryGhost/Ghost/wiki/Functional-testing-with-PhantomJS-and-CasperJS))
* for building docs: python and pygments
@ -190,6 +191,7 @@ developing Ghost.
1. Clone the git repo
1. cd into the project folder
1. Run `git submodule update --init`
1. Run `bundle install`
1. Run `npm install -g grunt-cli`
1. Run `npm install`.
* If the install fails with errors to do with "node-gyp rebuild" or "SQLite3", follow the SQLite3 install