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.
 
 
 

334 B

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.