All Projects → alangecker → bigbluebutton-docker

alangecker / bigbluebutton-docker

Licence: LGPL-3.0 license
merged into https://github.com/bigbluebutton/docker

Projects that are alternatives of or similar to bigbluebutton-docker

Bigbluebutton
Complete open source web conferencing system.
Stars: ✭ 7,160 (+7060%)
Mutual labels:  bigbluebutton
bbb app
Our attempt at a mobile app client for BigBlueButton services.
Stars: ✭ 83 (-17%)
Mutual labels:  bigbluebutton
bigbluebutton-api-php
Unofficial (but better) PHP API for @bigbluebutton
Stars: ✭ 15 (-85%)
Mutual labels:  bigbluebutton
BigBlueButtonDownloader
BigBlueButton Video Downloader
Stars: ✭ 14 (-86%)
Mutual labels:  bigbluebutton
bbb-render
Scripts to convert a BigBlueButton recording into a single video file
Stars: ✭ 46 (-54%)
Mutual labels:  bigbluebutton
PILOS
PILOS is an easy-to-use open source front-end for BigBlueButton servers with a built-in load balancer.
Stars: ✭ 15 (-85%)
Mutual labels:  bigbluebutton
a13-ansible
No longer maintained - Ansible playbook for a bigbluebutton cluster for multiple schools. A13 because internal codename was Apollo 13 ;)
Stars: ✭ 19 (-81%)
Mutual labels:  bigbluebutton
bbb-admin
Scripts for BigBlueButton admins including extracting IP of users joining, participants attendance and poll answers
Stars: ✭ 17 (-83%)
Mutual labels:  bigbluebutton
bbb-easy-join
easy frontend to BigBlueButton without signups - just enter an room name to join
Stars: ✭ 28 (-72%)
Mutual labels:  bigbluebutton
bbb-downloader
a few scripts for downloading BBB videos
Stars: ✭ 98 (-2%)
Mutual labels:  bigbluebutton
bigbluebutton-api-python
👨‍🏫 BigBlueButton Python API
Stars: ✭ 21 (-79%)
Mutual labels:  bigbluebutton

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].