bbb-status/README.md

20 lines
344 B
Markdown
Raw Normal View History

2020-11-25 19:35:39 +01:00
# README
2020-11-25 21:31:52 +01:00
## setup
2020-11-25 19:35:39 +01:00
2020-11-25 21:31:52 +01:00
Execute `bbb-conf --secret` on your server.
This gives you your **API-secret**, the **URL** at which BigBlueButton is running at.
Save these two values in the first line of the following files:
2020-11-25 19:35:39 +01:00
* URL inside `secrets/url.txt`
2020-11-25 21:31:52 +01:00
* API-secret inside `secret/secret.txt`
## run
```
docker-compose build
docker-compose up
```