Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Latest commit

 

History

History
41 lines (28 loc) · 744 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 744 Bytes

Garrit Hub

Provides pipe-like Garrit negotiation capabilities.

Installation

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.

Usage

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