Skip to content

danjesus/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 🎉

  • If you want to support the development, check out that repo! :)
  • If you want a stable release, stay here!

Features

  • 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

  1. 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
  2. Clone this repository
    $ git clone --recurse-submodules https://github.com/alangecker/bigbluebutton-docker.git bbb-docker
    $ cd bbb-docker
  3. Run setup:
    $ ./scripts/setup
  4. Start containers:
    $ ./scripts/compose up -d
  5. 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

About

Docker files for BigBluebutton

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.0%
  • Dockerfile 35.2%
  • HTML 4.2%
  • Python 2.6%