MDG Greenlight Repo
Go to file
Leonardo Crauss Daronco e5efb05a01 Add endpoint to detect new recordings and update the interface
The endpoint receives events from BigBlueButton via webhooks or scripts
in the record and playback workflow.
For now it only treats the event for when a recording is ready.
When it happens, it uses action cable to update the interface dynamically
with the new recording.
2016-12-07 16:20:10 -02:00
app Add endpoint to detect new recordings and update the interface 2016-12-07 16:20:10 -02:00
bin first commit 2016-10-13 17:30:58 +00:00
config Add endpoint to detect new recordings and update the interface 2016-12-07 16:20:10 -02:00
db Added LGPL 3.0 license to all source/config files 2016-11-29 14:44:13 -05: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 favicon 2016-11-09 17:21:48 -05:00
scripts point docker image to bigbluebutton repo 2016-12-02 16:20:48 -05:00
test Merge pull request #53 from zach-chai/tests 2016-11-29 15:25:20 -05: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 build numbers 2016-12-02 12:36:11 -05:00
Dockerfile circleci configuration and docker build 2016-11-30 16:19:27 -05:00
Dockerfile.prod circleci configuration and docker build 2016-11-30 16:19:27 -05:00
Gemfile lock ruby version 2016-11-29 15:21:54 -05:00
Gemfile.lock lock ruby version 2016-11-29 15:21:54 -05:00
README.md update readme and add new env file 2016-12-02 18:02:33 -05:00
Rakefile first commit 2016-10-13 17:30:58 +00:00
circle.yml add build numbers 2016-12-02 12:36:11 -05:00
config.ru first commit 2016-10-13 17:30:58 +00:00
docker-compose.yml configuration_updates 2016-11-15 11:28:37 -05:00
env update readme and add new env file 2016-12-02 18:02:33 -05:00
sample.env configuration_updates 2016-11-15 11:28:37 -05:00

README.md

Greenlight

Greenlight is a simple front-end application for BigBlueButton

Usage

Install docker
Create an environment variables file, here is a template with instructions
Start the server in docker

docker run -d -p 3000:80 -v ${pwd}/db/production --env-file env bigbluebutton/greenlight

You can change the published port (-p) default is 3000
and the location of the environment variables file (--env-file) default is env