Skip to content
Oswaldo Acauan edited this page Apr 30, 2014 · 1 revision

Guide for Bloggers

** Work in progress **

Guide for Developers

If you're a theme, app or core developer, or someone comfortable getting up and running from a git clone, this method is for you.

If you clone the GitHub repository, you will need to build a number of assets using GruntJS.

Prerequisites:

  1. Install Node.js - Ghostium requires Node v0.10.x
  2. Install Ruby - Ghostium requires Ruby v2.x.x

Quickstart:

  1. gem install bundler
  2. npm install -g grunt-cli
  3. npm install -g bower
  4. npm install
  5. grunt dryrun
  6. Restart your Ghost server
Clone this wiki locally