Big_brother is an application to manage the weights of servers on an IPVS load balancer. It is designed to talk to litmus_paper (https://github.com/braintree/litmus_paper).
- Update
debian/changelog
- Run
dpkg-buildpackage -uc -us
- There is no step three.
Add this line to your application's Gemfile:
gem 'big_brother'
And then execute:
$ bundle
Or install it yourself as:
$ gem install big_brother
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request