Motivation

Recently I figured Ghost, just a blogging platform a pretty cool stuff.

So I got myself a free account from a VPS provider with Ubuntu 14.04 installed and jumped right in.

Setup

download and install

wget https://ghost.org/zip/ghost-latest.zip
unzip -d ghost-folder ghost-zip

set dependency

ch ghost-folder
sudo npm install —-production

config

cp config.example.js config.js  
nano config.js

Now change the url of production to the public IP or domain name.

start ghost

npm start —-production

Configurations

to be continued..