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

What's with the index.html and server.js stuff? Isn't this for my app, and not yours? #5

Closed balupton closed 8 years ago

kyrylkov commented 8 years ago

That's just an example. Feel free to replace them.

ryanj commented 8 years ago

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".

Now that it's available, I'd recommend trying this cart instead: https://hub.openshift.com/quickstarts/243-node-js-latest

It can be used with your own repo.