io.js is still in beta stability. Please use this at your own risk!
rhc create-app <app name> https://raw.githubusercontent.com/flikore/openshift-iojs/master/metadata/manifest.yml
- io.js (latest stable currently 1.4.3)
- npm (latest stable currently 2.7.1)
- grunt
- bower
Not much.
- Installs io.js
- Installs grunt, bower, and forever globally (specified by
$OPENSHIFT_NPM_GLOBALS
) - Allows the user to manually install required dependencies (in a
build
action_hook). An example of this can be found here - Runs
npm start
ifpackage.json
is found in repo directory (log is written to$OPENSHIFT_IOJS_LOG_DIR
)
For now I just dropped the contents of the iojs-v1.6.2-linux-x64.tar.xz here. Once io.js stabalizes I will move to resolving the latest stable and downloading on the gear.
These repos helped out a ton while developing this cartridge.