Fett

Fett talks with GitHub, Slack and Jenkins to give you all the information about your builds right in your chat room.

Installing

Install the dependencies:

$ bundle install --binstubs

Run the server:

$ bundle exec rackup -o 0.0.0.0

Done :)

Configuring

Fett makes heavy use of environment variables (all of them required):

Hacking

Install the dependencies:

$ bundle install --binstubs

You need to setup the environment variables related to Redis before running the tests:

Run the tests:

$ script/cibuild

Run the server:

$ bundle exec rackup -o 0.0.0.0

Done :)

Contributing

Just fork the repo and send a PR <3