An open API service indexing awesome lists of open source software.

https://github.com/znerol/bbb-api-demo-container

A container file which allows to quickly spin up BigBlueButton API demo
https://github.com/znerol/bbb-api-demo-container

Last synced: about 1 year ago
JSON representation

A container file which allows to quickly spin up BigBlueButton API demo

Awesome Lists containing this project

README

          

BigBlueButton Demo Apps Container
=================================

A container file which allows to quickly spin up BigBlueButton demos as a
docker container without installing them onto a BBB server. This is especially
useful to quickly and safely smoke-test new instances.

Works with `podman` and `docker`. Use whatever fits best.

Usage
-----

```
podman build -t bbb-api-demo .
podman run -it --rm --publish 8080:8080 \
--env BIGBLUEBUTTON_SALT="paste-your-bigbluebutton-secret-here" \
--env BIGBLUEBUTTON_URL="https://bbb.example.com/bigbluebutton/" \
--name bbb-api-demo bbb-api-demo
```

Open the HTML5 demo in your browser: http://localhost:8080/demo/demoHTML5.jsp

License
-------

* The content of this repository is licensed under GPL 3 or later.
* BigBlueButton is licensed under LGPL 3.