Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 723 Bytes

README.md

File metadata and controls

42 lines (35 loc) · 723 Bytes

Gomr

Docker Instructions

  1. Modify the configuration yaml file:
cp ./gomr.example.yaml ./gomr.yaml
vim gomr.yaml
...
  1. Set up a mysql database and add details to configuration

  2. Build the docker image:

docker build $GOPATH/src/github.com/tiwillia/gomr
  1. Run it:
docker run <image_id>

OpenShift Insructions

  1. Modify the configuration yaml file:
cp ./gomr.example.yaml ./gomr.yaml
vim gomr.yaml
...

  1. Process the template and deploy:
oc process -f ./openshift/templates/gomr-mysql.json | oc create -f -
  1. Watch the build happen with:
oc logs -f gomr-build-1

Contributing

See the examplePlugin file for an example on adding your own plugin.