Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

alangecker/bigbluebutton-docker

 
 

Repository files navigation

BigBlueButton 2.2 Docker

Changelog | Issues

About the upcoming BigBlueButton 2.3

the v2.3.x branch became now develop at the official bigbluebutton/docker repository 🎉

  • Maintaining both branches is currently requires too much effort for me (@alangecker), why I limit the work now on developing updates for bbb-docker 2.3
  • Consider using 2.3.x for new installations, because 2.2.x (this repo) will become obsolete soon without a simple upgrading path.

Features

  • Easy installation
  • Greenlight included
  • TURN server included (disabled due to blocked TURN ports)
  • Fully automated HTTPS certificates
  • Runs on almost any major linux distributon (Debian, Ubuntu, CentOS,...)
  • Full IPv6 support

Install

  1. Important: I recommend using bbb-docker 2.3.x for new installations, because 2.2.x (this repo) will become obsolete soon without a simple upgrading path.
  2. Install docker-ce & docker-compose
    1. follow instructions
    2. Ensure docker works with $ docker run hello-world
    3. Install docker-compose: https://docs.docker.com/compose/install/
    4. Ensure docker-compose works: $ docker-compose --version
  3. Clone this repository
    $ git clone --recurse-submodules https://github.com/alangecker/bigbluebutton-docker.git bbb-docker
    $ cd bbb-docker
  4. Run setup:
    $ ./scripts/setup
  5. Start containers:
    $ ./scripts/compose up -d
  6. If you use greenlight, you can create an admin account with:
    $ ./scripts/compose exec greenlight bundle exec rake admin:create

How-To's

Special thanks to

Languages

  • Shell 58.9%
  • Dockerfile 34.4%
  • HTML 4.1%
  • Python 2.6%