- Easy installation
- Greenlight included
- TURN server included
- Fully automated HTTPS certificates
- Runs on almost any major linux distributon (Debian, Ubuntu, CentOS,...)
- Full IPv6 support
- Install docker-ce & docker-compose
- follow instructions
- Ensure docker works with
$ docker run hello-world
- Install docker-compose: https://docs.docker.com/compose/install/
- Ensure docker-compose works:
$ docker-compose --version
- Clone this repository
$ git clone --recurse-submodules https://github.com/alangecker/bigbluebutton-docker.git bbb-docker $ cd bbb-docker
- Run setup:
$ ./scripts/setup
- Start containers:
$ ./scripts/compose up -d
- If you use greenlight, you can create an admin account with:
$ ./scripts/compose exec greenlight bundle exec rake admin:create
- @dkrenn, whos dockerized version (bigbluebutton#8858)(bigbluebutton/bigbluebutton#8858) helped me a lot in understand and some configs.