Skip to content

PCM Calibration Pipeline Setup

dmonsch edited this page Feb 27, 2019 · 13 revisions

Setup

There are two ways how the Calibration Pipeline can be used.

1. Docker

This is the easier way. You only need docker installed on your machine.

  1. Clone (or fork and clone) this repository.
  2. Navigate to the "docker" folder in the root directory.
  3. Build the docker image with docker build -t pcm-pipeline .. 3.1. This may take some time, it needs to download Java/Eclipse/Eclipse Plugins and build the Gradle project.
  4. Now you can run the docker image with docker run --name pipe -p 8080:8080 pcm-pipeline.
  5. You can access the web interface on http://localhost:8080/
Clone this wiki locally