mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Merge pull request #1707 from jondavidjohn/contrib-edit
Simplify "Working on Core" setup instructions
This commit is contained in:
commit
b8d6d7d526
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user