Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Purpose

This is a sample setup to demonstrate how to deploy an Orthanc Java plugin.

Description

This demo contains:

Note that the orthancteam/orthanc Docker image contains the Java plugin and the Java SDK only in the full version.

Starting the setup

To start the setup, type: docker-compose up -d --build and docker-compose logs to access the logs later on. This will build a very simple Java plugin that implements a simple Rest API endpoint.

demo

Open http://localhost:8042/java to get the output from your Java plugin.