Fork of awesome work at jhunt/shout-boshrelease
Go to file
James Hunt 4953a1fe3a Handle failure in post-start better 2019-01-31 10:19:17 -05:00
.final_builds Release v0.1.0! 2018-09-03 16:27:57 -04:00
config Update to Shout 0.1.0 (Whisper) 2018-09-03 16:23:50 -04:00
jobs Handle failure in post-start better 2019-01-31 10:19:17 -05:00
manifests Update to Shout 0.1.0 (Whisper) 2018-09-03 16:23:50 -04:00
packages Update to Shout 0.1.0 (Whisper) 2018-09-03 16:23:50 -04:00
releases/shout Release v0.1.0! 2018-09-03 16:27:57 -04:00
src Update to Shout 0.1.0 (Whisper) 2018-09-03 16:23:50 -04:00
.gitignore Here you go, world! 2018-07-26 23:31:52 -07:00
LICENSE Here you go, world! 2018-07-26 23:31:52 -07:00
README.md Here you go, world! 2018-07-26 23:31:52 -07:00

README.md

Shout! (via BOSH)

A notifications gateway for helping your little robot friends to be heard.

To deploy it, you can use the manifests that come with this repo:

bosh -e <your-bosh-director> -d shout \
     -v slack_webhook=https://...your-slack-webhook... \
     manifests/shout.yml

Then, you can interact with it on the standard port, 7109, via the Concourse resource, or just using curl

How Do I Contribute?

  1. Fork this repo
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request in Github
  6. Profit!