Running the Display

The display can be run in 3 different methods.

Development Version

Refer to Developing the Display for more information on running a local or development version.

Docker

There is a Dockerfile available to use. And to make this easier there are some helper Makefile commands.

  1. To build run make build

  2. To run use make run

  3. And to bring it down again run make down

Refer to the Makefile as to what the above commands do.

Kubernetes

The Signal Display is part of the QA Metrics Helm chart, so refer there to check usage.