From 8aaa074af2037a37f17a373ce0c05dd99bf2bc52 Mon Sep 17 00:00:00 2001 From: Arkadius Jonczek Date: Thu, 19 Oct 2017 14:29:50 +0200 Subject: [PATCH] add Use Grafana section to documention --- DOCUMENTATION/content/documentation/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index 628c420..4c2a8bc 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -942,6 +942,24 @@ docker-compose up -d aws +
+ +## Use Grafana + +1 - Configure Grafana: Change Port using `GRAFANA_PORT` if you wish to. Default is port 3000. + +2 - Run the Grafana Container (`grafana`) with the `docker-compose up`command: + +```bash +docker-compose up -d grafana +``` + +3 - Open your browser and visit the localhost on port **3000** at the following URL: `http://localhost:3000` + +4 - Login using the credentials User = `admin` Passwort = `admin`. Change the password in the webinterface if you want to. + + +