https://access.redhat.com/documentation/en-us/red_hat_build_of_node.js/
The greeting-service requires a running JDG server. In OpenShift, you
can create one with oc apply -f service.cache.yml
.
You can run this example as node processes on your localhost, as pods on a local minishift installation.
To run the application on your local machine, just run the command bellow:
$ ./start-local.sh
Minishift should be started, and you should be logged in with a currently
active project. Then run the start-openshift.sh
command.
$ minishift start # You may have some options here, e.g. --memory=8096 --vm-driver=virtualbox
$ oc login -u developer # Login
$ oc new-project my-example-project # Create a project to deploy to
$ ./start-openshift.sh