2020-11-25 19:35:39 +01:00
|
|
|
# README
|
|
|
|
|
2020-11-25 21:52:51 +01:00
|
|
|
Thanks to Bernd Wurst who inspired this project with his gist on github:
|
|
|
|
* https://gist.github.com/bwurst/7f94e0392c75d273a08d1e686182fc5e
|
|
|
|
|
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
|
|
|
|
2020-11-25 21:42:08 +01:00
|
|
|
* URL inside `secret/url.txt`
|
2020-11-25 21:31:52 +01:00
|
|
|
* API-secret inside `secret/secret.txt`
|
|
|
|
|
|
|
|
## run
|
|
|
|
|
2020-12-03 16:30:29 +01:00
|
|
|
Start logging in the background:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
docker-compose up -d
|
2020-11-25 21:31:52 +01:00
|
|
|
```
|
2020-12-03 16:30:29 +01:00
|
|
|
|
2020-12-03 16:52:59 +01:00
|
|
|
Generate a new plot based on saved meeting data:
|
2020-12-03 16:30:29 +01:00
|
|
|
|
|
|
|
```shell
|
|
|
|
sudo docker-compose run bbb-status plot
|
2020-11-25 21:31:52 +01:00
|
|
|
```
|