A NodeJS application to use in OpenShift
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nicolas Massé 3b21d16fe7 rewrite doc 9 years ago
.s2i/bin Improve assemble script 9 years ago
doc rewrite doc 9 years ago
tests chmod 9 years ago
views add random parameter on each request 9 years ago
.gitignore initial commit 9 years ago
.npmignore make sure s2i script do not arrive on NPM registry 9 years ago
Jenkinsfile Jenkins pipeline 9 years ago
LICENSE initial commit 9 years ago
README.md rewrite doc 9 years ago
package.json bump version 9 years ago
server.js improved look and feel 9 years ago

README.md

My Sample NodeJS application

Description

TODO

Setup

In a DEV environment

To deploy the app :

oc new-app nodejs~https://github.com/nmasse-itix/OpenShift-Demo-NodeJS.git --strategy=source

To cleanup :

oc delete all -l app=openshift-demo-nodejs

Full CICD Deployment

See INSTALL.