MDG Greenlight Repo
Go to file
Fred Dixon ca3a2b8238 Updated instructions for setting up OAuth2 2018-05-15 09:12:09 -05:00
app Enableing SAML auth co-exist with other OAuth services (#215) 2018-05-03 11:18:43 -04:00
bin first commit 2016-10-13 17:30:58 +00:00
config added new languague locales (#214) 2018-05-03 11:28:42 -04:00
db update schema.rb 2017-10-12 11:02:40 -04:00
lib remove redundant logging 2017-04-21 16:33:06 -04:00
log first commit 2016-10-13 17:30:58 +00:00
public add errors controller with error pages for 404 500 422 2017-03-21 17:20:30 -04:00
scripts fix recording ready email for 2.0 2017-10-12 14:20:23 -04:00
test add guest landing page when guest access disabled 2017-07-13 12:11:16 -04:00
tmp first commit 2016-10-13 17:30:58 +00:00
vendor/assets Added 'QR Code generation' as an optional feature 2017-08-15 19:01:36 +00:00
.dockerignore re-include sample.env in docker image 2017-08-28 10:47:15 -04:00
.gitignore add preferences and customization (#171) 2017-05-11 09:58:51 -04:00
Dockerfile bump ruby version in Dockerfiles 2017-08-22 16:51:36 -04:00
Dockerfile.dev bump ruby version in Dockerfiles 2017-08-22 16:51:36 -04:00
Gemfile Updated rails (#216) 2018-05-03 11:31:20 -04:00
Gemfile.lock Updated rails (#216) 2018-05-03 11:31:20 -04:00
README.md add LDAP auth to readme 2017-07-17 11:59:22 -04:00
Rakefile first commit 2016-10-13 17:30:58 +00:00
circle.yml Fixed issue with circle-ci not able to use env variables 2017-08-15 19:03:17 +00:00
config.ru support relative root urls for deploy to subdirectories 2017-02-07 14:43:18 -05:00
docker-compose.yml update docker compose file to version 3 2017-02-09 16:10:21 -05:00
sample.env Updated instructions for setting up OAuth2 2018-05-15 09:12:09 -05:00

README.md

Scrutinizer Code Quality Build Status CircleCI

Greenlight

GreenLight is a simple (but powerful) front-end interface for your BigBlueButton server. At its core, GreenLight provides a minimalistic web-based application that lets users

  • Create a meeting
  • Invite others to the meeting
  • Join a meeting

Furthermore, if you configure GreenLight to use either Google, Twitter (both via OAuth2) or LDAP for authentication, users can login to record meetings and manage recordings.

Overview video

For a overview of how GreenLight works, see the following video

GreenLight Overview

Installation on the BigBlueButton server

We designed GreenLight to install on a BigBlueButton 1.1-beta (or later) server. This means you don't need a separate server to run GreenLight.

For more informaiton see Installing GreenLight.

Source Code

GreenLight is a rails 5 application.

Many developers already know Rails well, and we wanted to create both a full front-end to BigBlueButton but also a reference implementation of how to fully leverage the BigBlueButton API.

We invite you to build upon GreenLight and help make it better. See Contributing to BigBlueButton.

We invite your feedback, questions, and suggests about GreenLight too. Please post them to the developer mailing list.