Running io.js on OpenShift
14 Jan 2015io.js is still beta stability - so please proceed with caution.
I threw together a quick io.js cartridge that can be used on OpenShift.
Two options for testing:
- Bare bones cartridge:
rhc create-app <name> http://tinyurl.com/OpenShiftIOJS
- Cartridge with an express.js hello world example:
rhc create-app <name> http://tinyurl.com/OpenShiftIOJS --from-code https://github.com/connyay/express-openshift-iojs.git
You can find the source for the cartridge here.
I hope you find this useful! If you have any questions feel free to reach out at @_connyay