Skip to content

Openshift NPM Cartridge for apps other than Node.JS.

Notifications You must be signed in to change notification settings

dswistowski/openshift-npm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenShift NPM Cartridge

Installation - OpenShift Online

Runs NPM on OpenShift using downloadable cartridge support. To install to OpenShift from the CLI, create your app and then run:

rhc add-cartridge http://cartreflect-claytondev.rhcloud.com/reflect?github=twtstudio/openshift-npm

Installation - OpenShift Origin

curl -L https://github.com/twtstudio/openshift-npm/archive/master.tar.gz | tar zxv
oo-admin-cartridge -d -a install -s ./openshift-npm-master/ --mco
oo-admin-broker-cache --console

Then add composer cartridge to your app via rhc cli or web console.

Markers

marker control
npm_off skipping npm install when build
force_clean_build clean node_modules pre-saved but not npm cache

About

Openshift NPM Cartridge for apps other than Node.JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%