# bigbluebutton **IMPORTANT: This is NOT a working recipe yet** > BigBlueButton is an open source web conferencing system for online learning. * **Category**: Apps * **Status**: 0 * **Image**: [`allangecker`](https://hub.docker.com/u/alangecker), 1, upstream * **Healthcheck**: No * **Backups**: No * **Email**: No * **Tests**: No * **SSO**: No ## bbb architecture - https://docs.bigbluebutton.org/development/architecture/ ## Debug without abra - `docker swarm init` - `cp .env.sample .env` - `set -a && source .env` - Change values for `DOMAIN`, `STACK_NAME`, `PUBLIC_IPV4` and `EXTERNAL_IPV4` in `.env` - Generate secrets e.g. with `openssl rand -base64 24 | docker secret create ` - `docker stack deploy --detach=false -c compose.yml swarmtest` ## Quick start (not working) * `abra app new bigbluebutton --secrets` * `abra app config ` * `abra app deploy ` For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).