Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 508 Bytes

Repast AMONG Model Backend

Overview

This project provides a RESTful backend to make the AMONG Repast model interactive via a web interface.

Usage

The project can be built directly using the Java 1.8 SDK and Maven to package into an executable JAR:

mvn clean package

It can also be built and packaged into a Docker container directly, without any Java/Maven specific dependencies:

docker build -t repast-amongmodel-backend-0.1.0-SNAPSHOT