This repository has instructions to launch the Maintenace Mitra application.
The following steps will launch the application without configuring the
limits
application. As a result, no alerts will be raised. To generate alerts, configure thelimits
application, see Configuration.
- Clone repository.
git clone https://github.com/nsubrahm/launcher
cd ${PROJECT_HOME}/launch
- Launch application.
docker compose --env-file launch.env up -d
- 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
.
The limits
application should be configured to generate alerts.