ryanj / nodejs-custom-version-openshift

Node.js quickstart application to run the latest or any custom Node.js version on OpenShift
63 stars 23 forks source link

add semicolons #6

Closed dcorns closed 8 years ago

ryanj commented 8 years ago

Thanks for offering a PR! However, I've decided to deprecate this project now that icflorescu's openshift-cartridge-nodejs is available.

This was just an example to show folks how to install or update nodejs by adding some hacks to their application source. Ideally, the Nodejs runtime should be provided by the platform, or by a "cartridge".

I'd recommend that users try this cart instead: https://hub.openshift.com/quickstarts/243-node-js-latest

It can be used with your own repo.

dcorns commented 8 years ago

cool, thanks.


From: ryan jarvinen notifications@github.com Sent: Thursday, March 17, 2016 2:48 PM To: ryanj/nodejs-custom-version-openshift Cc: Dale Corns Subject: Re: [nodejs-custom-version-openshift] add semicolons (#6)

Thanks for offering a PR! However, I've decided to deprecate this project now that icflorescu's openshift-cartridge-nodejshttps://github.com/icflorescu/openshift-cartridge-nodejs/ is available.

This was just an example to show folks how to install or update nodejs by adding some hacks to their application source. Ideally, the Nodejs runtime should be provided by the platform, or by a "cartridge".

I'd recommend that users try this cart instead: https://hub.openshift.com/quickstarts/243-node-js-latest

It can be used with your own repo.

You are receiving this because you authored the thread. Reply to this email directly or view it on GitHubhttps://github.com/ryanj/nodejs-custom-version-openshift/pull/6#issuecomment-198098611