Provides pipe-like Garrit negotiation capabilities.
After checking out the repository, it can be built with Maven:
mvn package
This will generate an executable JAR, target/hub-1.0.0.jar
.
Make a copy of
config-example.yml
:
cp config-example.yml config.yml
and customize it as necessary:
editor config.yml
At minimum, you'll need to change the executor
, judge
, and reporter
properties to indicate the appropriate endpoints within your environment.
Then, to launch the negotiator:
java -jar /path/to/hub-1.0.0.jar server /path/to/config.yml