Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 931 Bytes

File metadata and controls

32 lines (20 loc) · 931 Bytes

Introduction

This repository has instructions to launch the Maintenace Mitra application.

Quick start

The following steps will launch the application without configuring the limits application. As a result, no alerts will be raised. To generate alerts, configure the limits application, see Configuration.

  1. Clone repository.
git clone https://github.com/nsubrahm/launcher
cd ${PROJECT_HOME}/launch
  1. Launch application.
docker compose --env-file launch.env up -d
  1. Access dashboard.

If the /data end-point is receiving data, then the dashboard will be live at http://localhost:1881/ui. The port number is based on the configuration UI_PORT in conf/dashboard.env.

Limits

The limits application should be configured to generate alerts.