MDG Greenlight Repo
Go to file
Zachary Chai c96e5d3ba3 Merge pull request #134 from zach-chai/character_limits
meeting and user name character limits
2017-02-24 11:08:38 -05:00
app meeting and user name character limits 2017-02-24 10:56:37 -05:00
bin first commit 2016-10-13 17:30:58 +00:00
config update recording notification email 2017-02-22 14:44:38 -05: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 favicon 2016-11-09 17:21:48 -05:00
scripts add nginx config file 2017-02-23 11:58:51 -05:00
test add help link to center panel 2017-02-16 17:29: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 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 use official font awesome gem 2017-02-09 10:17:19 -05:00
Gemfile.lock use official font awesome gem 2017-02-09 10:17:19 -05:00
README.md change default port to 5000 2017-02-16 14:37:59 -05:00
Rakefile first commit 2016-10-13 17:30:58 +00:00
circle.yml update footer and remove build version 2017-02-02 15:17: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

Usage

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

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

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