From 87e861ae64ee514ec6db722313e106049eb0c3f5 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Mon, 11 Jan 2021 15:58:46 +0100 Subject: [PATCH] add developer information to readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd831af..33e45a1 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ # K6 benchmark visualization - -Adds visualization for K6 test in https://github.com/owncloud/ocis/tree/master/tests/k6. - -Internal docs only: https://confluence.owncloud.com/display/OT/K6+benchmark+visualization +* Adds visualization for K6 test in https://github.com/owncloud/cdperf. +* Internal docs only: https://confluence.owncloud.com/display/OT/K6+benchmark+visualization ## Add dashboards You have to add the dasboards json to this folder `config/grafana/dashboards/load-testing` in order to make it persistent. Else it may disappear soon. -## Deployment +## Development +``` +$ cp docker-compose.override.yml.dist docker-compose.override.yml +$ docker-compose up grafana +``` +## Deployment 1. prepare a server + DNS entries 1. clone this repo and `cd` into it 1. copy configuration file `cp .env.dist .env`