Flake
This commit is contained in:
parent
41ece815fb
commit
52cc1eb734
1 changed files with 11 additions and 1 deletions
12
README.md
12
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
|
||||
|
||||
<a href="https://github.com/grafana/oncall/discussions/categories/community-calls"><img width="200px" src="docs/img/community_call.png"></a>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue