Run your own Ghost blog on OpenShift

· 35 words · 1 minute read

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