Skip to content
View bigbluemeeting's full-sized avatar
Block or Report

Block or report bigbluemeeting

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bigbluemeeting/readme.md

Big Blue Meeting Community Edition

big blue meeting screenshot

Big Blue Meeting CE is an opensource, free PHP-based frontend for BigBlueButton similar to Greenlight written in Laravel 7.

Status

Application is currently usable, but in beta with a few issues.

Usage

  • Create a MySQL database
  • Download composer https://getcomposer.org/download/
  • Pull this project from git provider.
  • Rename .env.example file to .env inside your project root and fill the database information.
  • Open the console and cd your project root directory
  • Run composer install or php composer.phar install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan db:seed to run seeders, if any.
  • Run php artisan serve (for development)

Sponsorship

Big Blue Meeting CE is completely funded by Big Blue Meeting (https://www.bigbluemeeting.com) and Etopian Inc. (https://www.etopian.com). However we welcome sponsorships and contributions from any other parties.

Release history

  • Beta 1

License

AGPL 3.0

Popular repositories

  1. bigbluemeeting bigbluemeeting Public

    Big Blue Meeting is an open-source PHP-based user interface for BigBlueButton written in Laravel.

    PHP 29 22

  2. bbb-docker bbb-docker Public

    Shell 1

  3. bigbluebutton-api-python bigbluebutton-api-python Public

    Forked from 101t/bigbluebutton-api-python

    👨‍🏫 BigBlueButton Python API

    Python

  4. chamilo-lms chamilo-lms Public

    Forked from chamilo/chamilo-lms

    Chamilo is a learning management system focused on ease of use and accessibility

    PHP

  5. greenlight greenlight Public

    Forked from bigbluebutton/greenlight

    A really simple end-user interface for your BigBlueButton server.

    Ruby

  6. gogo gogo Public

    Forked from rriverak/gogo

    Golang Video GroupCall

    Go