Skip to content

tiwillia/Gomr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Small extensible golang IRC bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages