Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 719 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 719 Bytes

Setup

Install docker

Install docker-compose

PROJECT_DIR is project root directory.

mkdir ${PROJECT_DIR}
cd ${PROJECT_DIR}

sudo apt update -y
sudo apt install -y git make nano

git clone git https://github.com/MDN7-tech/Prometheus-monitoring.git master
# git checkout develop
 
make init

Run

cd ${PROJECT_DIR}

make start

Web UI:

authentication

grafana: user: admin pass: admin

Usefull commands

make
make up
make down
make start
make restart
make logs