MunGell / openshift-ghost-quickstart

Ghost blog QuickStart for the OpenShift platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to update to 10.1?

yudhir opened this issue · comments

I installed by using this cartidge repo url in the quick start .

Hi @yudhir

This repository was already updated to 0.10.1

If you are updating from lower versions, just copy node_modules, package.json and index.js from this repository to your repository

Thanks I figured that out. It was easier that i thought. How can i update the node version because the recommended version is now node 4 and not node 0.10.

@yudhir Openshift uses nodejs 0.10.35, so until they does not update it this repository should use the same nodejs version.

@MunGell Thank you for upgrade to 0.10.1!

@23W no its just a cartidge setting or something.there was a auto updating node package without ghost.

@yudhir yes, of course this is a cartridge setting. And OpenShift have another cartridge with auto-updating node to latest version. But: 1. I don't know the good solution how to switch our cartridge to different nodejs version, 2. another OpenShift cartridge (with auto-update) haven't the ghost and it requires to install it manually.

Hi @yudhir @23W

There are several unofficial cartridges that implement higher version of Node.js on OpenShift platform. I am considering the option to migrate to one of them since OpenShift team don't plan to update their cartridge. For now - 0.10.1 will work with Node 0.10 fine.

If I will find a way of easy and secure update to higher version of Node - it will be in this repository.

@yudhir
Close this issue, please.