From 52cc1eb734b0070f74d1fa1819f7bed834f93020 Mon Sep 17 00:00:00 2001 From: Matvey Kukuy Date: Thu, 9 Jun 2022 19:52:09 +0300 Subject: [PATCH] Flake --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba1b9d0..e9d1e7da 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,21 @@ export GRAFANA_PASSWORD=admin docker-compose -f docker-compose.yml up --build -d ``` -4. Issue invite token and get further instructions: +4. Issue one-time invite token: ```bash docker-compose -f docker-compose.yml run engine python manage.py issue_invite_for_the_frontend --override ``` +5. Go to http://localhost:3000/plugins/grafana-oncall-app and connect _OnCall plugin_ with _OnCall backend_: +``` +Invite token: ^^^ from the previous step. +OnCall backend URL: http://engine:8080 +Grafana Url: http://grafana:3000 +``` + +6. Enjoy! + + ## Join community