This commit is contained in:
Matvey Kukuy 2022-06-09 19:52:09 +03:00
parent 41ece815fb
commit 52cc1eb734

View file

@ -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
<a href="https://github.com/grafana/oncall/discussions/categories/community-calls"><img width="200px" src="docs/img/community_call.png"></a>