You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
zhongjin 648cc4ed6b
更新 'docker-compose.tmpl.yml'
1 year ago
conf first commit 2 years ago
docs first commit 2 years ago
mod 更新 'mod/html5/zh_CN.json' 1 year ago
scripts first commit 2 years ago
.gitignore first commit 2 years ago
.gitmodules first commit 2 years ago
CHANGELOG.md first commit 2 years ago
LICENSE first commit 2 years ago
README.md first commit 2 years ago
docker-compose.tmpl.yml 更新 'docker-compose.tmpl.yml' 1 year ago
sample.env 更新 'sample.env' 2 years ago
tags.env 更新 'tags.env' 2 years ago

README.md

bbb-docker-banner

📦 BigBlueButton 2.5 Docker

Version: 2.5.8 | Changelog | Issues

Features

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

What is not implemented yet

  • bbb-lti

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 and that you use a version ≥ 1.28 : $ docker-compose --version
  2. Clone this repository
    $ git clone --recurse-submodules https://github.com/bigbluebutton/docker.git bbb-docker
    $ cd bbb-docker
    
    # use the more stable main branch (sometimes older)
    $ git checkout main 
    
  3. Run setup:
    $ ./scripts/setup
    
  4. (optional) Make additional configuration adjustments
    $ nano .env
    # always recreate the docker-compose.yml file after making any changes
    $ ./scripts/generate-compose
    
  5. Start containers:
    $ docker-compose up -d
    
  6. If you use greenlight, you can create an admin account with:
    $ docker-compose exec greenlight bundle exec rake admin:create
    

Further How-To's