Skip to content

lholmquist/nodejs-cache

 
 

Repository files navigation

Cache Mission

Greenkeeper badge

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 minishift installation.

Localhost

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

$ ./start-local.sh

Minishift

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • HTML 31.4%
  • Shell 6.8%
  • CSS 2.3%