Upgraded Ghost on OpenShift
I’ve upgraded my Ghost installation on OpenShift to 0.4.2 now and I thought I’d share the steps here, just in case if anyone ever needs it as a reference. Clone your existing OpenShift repository: git clone <openshift_repository> <path> Change directory to the checkout path: cd <path> Add the Ghost OpenShift quickstart repository: git remote add ghost_openshift https://github.com/openshift-quickstart/openshift-ghost-quickstart.git Pull the latest changes from it:...