From dd4cf365e98a54738898de2e699e530c438e9b85 Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Fri, 10 Mar 2017 11:19:25 -0500 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fffac25f..4f0d4b8b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # Greenlight -Greenlight is a simple front-end application for [BigBlueButton](http://bigbluebutton.org/) +Greenlight is a simple front-end application for [BigBlueButton](http://bigbluebutton.org/). For an overview of how GreenLight works see -## Usage +[![GreenLight Overview](https://img.youtube.com/vi/yGX3JCv7OVM/0.jpg)](https://youtu.be/yGX3JCv7OVM) -Install [docker](https://docs.docker.com/engine/getstarted/step_one/) -Create an environment variables file, here is a [template with instructions](https://raw.githubusercontent.com/bigbluebutton/greenlight/master/env) -Start the server in docker +## 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](http://docs.bigbluebutton.org/1.1/green-light.html) in the BigBlueButton documentation. - docker run -d -p 5000:80 -v ${pwd}/db/production --env-file env bigbluebutton/greenlight +# Development -You can change the published port (-p) default is 5000 -and the location of the environment variables file (--env-file) default is env +GreenLight is a rails 5 application.