OatsAgent
With this gem OATS can start in agent mode in the background so that it can communicate with OCC.
For more information on OATS and OCC see the READMEs in https://github.com/latasoy/oats https://github.com/latasoy/occ
Installation
Install this gem on the machines that will have OATS agents.
$ gem install oats_agent
Usage
Register the OATS agent with OCC:
$ oats_agent -n
Contributing
- 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