Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 2 KB

File metadata and controls

24 lines (16 loc) · 2 KB

NodeJS Downloadable Cart

This cartridge is meant to represent a downloadable fork of the upstream OpenShift Origin Nodejs Cartridge, which is documented in the Cartridge Guide.

Provide your own git repo url to create embeddable launch buttons that use this cart:

![LAUNCH ON OpenShift](http://launch-shifter.rhcloud.com/launch/LAUNCH ON.svg)

To run this container environment from the command line with it's default 'hello world' content:

rhc app create mynodeapp https://raw.githubusercontent.com/ryanj/openshift-origin-cartridge-nodejs/master/metadata/manifest.yml

To incorporate an initial git repo, use the --from-code flag:

rhc app create noderestify https://raw.githubusercontent.com/ryanj/openshift-origin-cartridge-nodejs/master/metadata/manifest.yml --from-code=http://github.com/ryanj/restify-base.git

Multi-container example w/ postgreSQL: https://openshift.redhat.com/app/console/application_types/custom?name=parks&initial_git_url=https%3A%2F%2Fgithub.com/ryanj/restify-postGIS.git&cartridges[]=https://raw.githubusercontent.com/ryanj/openshift-origin-cartridge-nodejs/master/metadata/manifest.yml&cartridges[]=postgresql-9.2

rhc app create pgparks https://raw.githubusercontent.com/ryanj/openshift-origin-cartridge-nodejs/master/metadata/manifest.yml postgresql-9.2 --from-code=http://github.com/ryanj/restify-postGIS.git