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

Reference implementation of a Java-based mediator component.

Notifications You must be signed in to change notification settings

Garrit/hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reference implementation of a Java-based mediator component.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages