Skip to content

pnaik1/nodejs-cache

 
 

Repository files navigation

Cache Mission

Node.js CI

The greeting-service requires a running JDG server. In OpenShift, you can create one with oc apply -f service.cache.yml.

Running The Example

You can run this example as node processes on your localhost, as pods on a local code-ready-containers installation.

Localhost

To run the application on your local machine, just run the command bellow:

$ ./start-local.sh

CodeReady Containers

CRC should be started, and you should be logged in with a currently active project. Then run the start-openshift.sh command.

$ crc setup # Set-up the hypervisor
$ crc start # Initialize the openshift cluster
$ oc login -u developer # Login
$ oc new-project my-example-project # Create a project to deploy to
$ ./start-openshift.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.7%
  • HTML 21.9%
  • Shell 8.4%