Provides Garrit judging capabilities.
After checking out the repository, it can be built with Maven:
mvn package
This will generate an executable JAR, target/judge-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 negotiator
and problems
properties to
indicate the negotiator endpoint and directory storing problem sets,
respectively.
Then, to launch the executor:
java -jar /path/to/judge-1.0.0.jar server /path/to/config.yml