Deploying Ghost, a Node.js Blog Platform, to Heroku

Tadashi Shigeoka ·  Mon, May 5, 2014

I wanted to start a new blog, so I decided to use Ghost, a Node.js blog platform.

First, the setup procedure for the development environment was easily done by following just the official documentation (in Japanese).

How to Install Ghost - Ghost Japanese Guide

Next, for the procedure to deploy Ghost to Heroku, there were several articles available, so I referred to the following three:

How to run Ghost on Heroku

How To Install Ghost On Heroku

Node.js - Publishing a Ghost Blog on Heroku - Qiita

For now, I’ve completed the minimum setup to publish on Heroku, so I’d like to explore various features from here.

That’s all from the Gemba.