In my last Ghost related post, I mentioned how to upgrade to 0.5.8. Fortunately, if you did, you are now able to get to 0.6.4 with my more ease than getting to 0.5.8. To get to Ghost 0.6.4 when hosting on Openshift, you need to do the following steps.

  1. Login to your Openshift account
  2. Use git clone to download your repo locally
  3. Using Terminal, browse to your ghost directory
  4. Open the package.json file
  5. After locating the updated package.json file, paste in the updated code and save it
  6. In the Terminal, run npm update
  7. Watch the magic happen...
  8. Run git add .
  9. Run git commit -m "Your commit message goes here"
  10. Run git push

That is all there is to it! It will take a few minutes to stop the current services, upload the updated files, then restart the services.

© 2023. All Rights Reserved.

Proudly published with Ghost