MDG Greenlight Repo
Go to file
Zachary Chai b55d535d33 add errors controller with error pages for 404 500 422 2017-03-21 17:20:30 -04:00
app add errors controller with error pages for 404 500 422 2017-03-21 17:20:30 -04:00
bin first commit 2016-10-13 17:30:58 +00:00
config add errors controller with error pages for 404 500 422 2017-03-21 17:20:30 -04:00
db Send an email to the user when a recording is done processing 2016-12-08 18:33:19 -02:00
lib first commit 2016-10-13 17:30:58 +00: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 Adding list of participants to post publish script 2017-03-06 19:49:38 -03:00
test add errors controller with error pages for 404 500 422 2017-03-21 17:20:30 -04:00
tmp first commit 2016-10-13 17:30:58 +00:00
vendor/assets first commit 2016-10-13 17:30:58 +00:00
.dockerignore easy_deploy_configs 2016-11-22 16:51:14 -05:00
.gitignore add test gems 2017-03-03 10:49:11 -05:00
Dockerfile update readme and env 2017-01-24 10:27:36 -05:00
Dockerfile.dev create dockerfile for dev and update compose 2017-01-17 11:29:10 -05:00
Gemfile add test gems 2017-03-03 10:49:11 -05:00
Gemfile.lock add test gems 2017-03-03 10:49:11 -05:00
README.md Update README.md 2017-03-10 11:19:25 -05:00
Rakefile first commit 2016-10-13 17:30:58 +00:00
circle.yml more testing and code cleanup and enable coverage reports on circle 2017-03-03 15:26:41 -05: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
env update env 2017-02-21 09:10:22 -05:00
sample.env update readme and env 2017-01-24 10:27:36 -05:00

README.md

Greenlight

Greenlight is a simple front-end application for BigBlueButton. For an overview of how GreenLight works see

GreenLight Overview

Installation on BigBlueButton

We've created a Docker image to make it easy to install GreenLight on a BigBlueButton 1.1-beta (or later server). See Installing GreenLight in the BigBlueButton documentation.

Development

GreenLight is a rails 5 application.