Skip to content
Snippets Groups Projects
Commit 4bf668fe authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Add usage directive

parent 33ab567c
No related branches found
No related tags found
No related merge requests found
Pipeline #6256 passed with warnings
......@@ -6,6 +6,13 @@ Dashboard to manage and keep an eye on multiple BigBlueButton rooms.
🏗 This Project is still unfinished. The bulk create function does not work yet. It might crash.
## Usage (with Docker)
- Install a docker runtime
- Have a username and password of a user (which can sign in and create rooms on the bbb instance you want to use) at hand.
- Run `docker run --env BOT_USERNAME=<YOUR_USER> --env BOT_PASSWORD=<YOUR_PW> -p 3000:3000 registry.gitlab.fachschaften.org/jfowl/bbb-dashboard:latest`, but replace `<YOUR_USER>` and `<YOUR_PW>` with the actual username and password.
- Access the dashboard at localhost:3000
## Development
WIP!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment