From 2719f674bf610c0f3b14a49121098c35e095fffb Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Wed, 19 Oct 2022 16:20:27 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d606fec..507509a 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,16 @@ MKTXP-Monitor is an out-of-the-box dockerized monitoring stack for [MKTXP Export ``` wget https://github.com/akpw/mktxp-monitor/archive/main.zip unzip main.zip +cd mktxp-monitor-main ``` - - From that directory, run docker-compose: +- Edit the base mktxp config file & add a dedicated user to your router as described in [MKTXP Getting Started](https://github.com/akpw/mktxp#getting-started) +``` +nano mktxp/mktxp.conf +``` + + - Run docker-compose, give the containers some time to start up and then point your Web browser to Grafana at http://localhost:3000/ ``` -cd mktxp-monitor-main docker-compose -f ./docker-compose-mktxp.yml up -d ``` -- Give the containers some time to start up, and point your Web browser to Grafana at http://localhost:3000/