Run your own Ghost blog on OpenShift

Posted on Jul 22, 2014

Easy peasy:

rhc app create ghost nodejs-0.10 --env NODE_ENV=production --from-code https://github.com/openshift-quickstart/openshift-ghost-quickstart.git
  • Profit

Check this quickstart for more information, and the awesome OpenShift documentation