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

Garrit/judge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garrit Judge

Build Status

Provides Garrit judging capabilities.

Installation

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.

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 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