MDG Greenlight Repo
Go to file
Leonardo Crauss Daronco b8c4ffe80b Don't ask for a name in the landing page, redir to the room/meeting
Instead of asking the user for a name in the landing page, it just
redirects to the room/meeting page, where the user is asked to enter a
name. If the user is signed in, no redirect is necessary and the user's
name is used automatically.
2017-01-11 14:55:39 -02:00
app Don't ask for a name in the landing page, redir to the room/meeting 2017-01-11 14:55:39 -02:00
bin first commit 2016-10-13 17:30:58 +00:00
config Don't ask for a name in the landing page, redir to the room/meeting 2017-01-11 14:55:39 -02: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 an example of a post publish script to send data to greenlight 2016-12-07 16:32:59 -02:00
test Send an email to the user when a recording is done processing 2016-12-08 18:33:19 -02: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 Updates to Docerfile and env for documentation 2017-01-06 13:46:08 -06:00
Dockerfile.prod circleci configuration and docker build 2016-11-30 16:19:27 -05:00
Gemfile Add timeago js library to show in the start_time of recordings 2016-12-09 11:50:09 -02:00
Gemfile.lock Add timeago js library to show in the start_time of recordings 2016-12-09 11:50:09 -02: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 Updates to Docerfile and env for documentation 2017-01-06 13:46:08 -06:00
sample.env Add flag to enable/disable mail notifications 2016-12-08 18:55:41 -02: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