Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanj/openshift-cartridge-nodejs-edge
nodejs on OpenShift
https://github.com/ryanj/openshift-cartridge-nodejs-edge
Last synced: 13 days ago
JSON representation
nodejs on OpenShift
- Host: GitHub
- URL: https://github.com/ryanj/openshift-cartridge-nodejs-edge
- Owner: ryanj
- License: other
- Created: 2014-08-07T23:13:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T00:49:10.000Z (about 10 years ago)
- Last Synced: 2024-10-11T00:12:44.203Z (about 1 month ago)
- Language: Shell
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeJS Downloadable Cart
This cartridge is meant to represent a downloadable fork of the upstream [OpenShift Origin Nodejs Cartridge](https://github.com/openshift/origin-server/tree/master/cartridges/openshift-origin-cartridge-nodejs), which is documented in the [Cartridge Guide](http://openshift.github.io/documentation/oo_cartridge_guide.html#nodejs).Launch it with:
```bash
rhc app create mynodeapp https://raw.githubusercontent.com/ryanj/openshift-origin-cartridge-nodejs/master/metadata/manifest.yml
```Or, for a more advanced example:
```bash
rhc app create nodejs 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
```You can even [launch it on the web](https://openshift.redhat.com/app/console/application_types/custom?cartridges[]=https://raw.githubusercontent.com/ryanj/openshift-origin-cartridge-nodejs/master/metadata/manifest.yml): 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