Sha256: 675de4aea7f46dddaeca068781ede1a7fd09f6d19f5cdef53d5ce44c32cf0e62
Contents?: true
Size: 964 Bytes
Versions: 1
Compression:
Stored size: 964 Bytes
Contents
#rabbit-hutch RabbitMq Trace Logger # Overview This is a ruby service for monotoring the trace output on RabbitMq Nodes and writing the output to console, Log files or MongoDb #Technologies Used *Ruby *Deamonizr # Setup & Installation gem install rabbithutch Run as a command line process rabbithutch run Run as a service rabbithutch start For help rabbithutch #Contributing Fork it Create your feature branch (git checkout -b my-new-feature) Commit your changes (git commit -am 'Add some feature') Push to the branch (git push origin my-new-feature) Create new Pull Request ## Create the gem Build and Test Locally -gem build rabbithutch.gemspec -gem install rabbithutch-X.X.X # where X.X.X is the version of the compiled gemspec Build and deploy to rubygems.org -gem update --system -gem build rabbithutch.gemspec -gem push rabbithutch-0.0.1.gem # where X.X.X is the version of the compiled gemspec References
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rabbithutch-0.0.2 | README.md |