Skip to content

A really simple end-user interface for your BigBlueButton server.

License

Notifications You must be signed in to change notification settings

cambioscience/greenlight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greenlight

Travis CI Coverage !Status Docker Pulls

Greenlight is a simple front-end interface for your BigBlueButton server. At it's heart, Greenlight provides a minimalistic web-based application that allows users to:

  • Signup/Login with Google, Office365, or through the application itself.
  • Manage your account settings and user preferences.
  • Create and manage your own personal rooms (BigBlueButton sessions).
  • Invite others to your room using a simple URL.
  • View recordings and share them with others.

Interested? Try Greenlight out on our demo server!

Greenlight is also completely configurable. This means you can turn on/off features to make Greenlight fit your specific use case. For more information on Greenlight and its features, see our documentation.

For a overview of how Greenlight works, checkout our Introduction to Greenlight Video:

GreenLight Overview

Development environment

  1. Configure .env file

Set mandatory fields:

  • SECRET_KEY_BASE
  • BIGBLUEBUTTON_ENDPOINT
  • BIGBLUEBUTTON_SECRET

See sample.env file to see how to do it properly.

  1. Build new image and remove old ones
 $ docker build --tag cambioscience/greenlight:release-v2 --file dev.Dockerfile .
 $ docker image prune
  1. Run containers

In the root project directory run in command line:

  $ docker-compose --file docker-compose-dev.yml up -d
  1. Enter running greenlight container
  $ docker exec -it greenlight-v2 /bin/bash
  1. You can see your application running here: http://127.0.0.1:5000

  2. You can attach to a running container

  $ docker attach greenlight-v2

Installation on a BigBlueButton Server

Greenlight is designed to work on a BigBlueButton 2.0 (or later) server.

For information on installing Greenlight, checkout our Installing Greenlight on a BigBlueButton Server documentation.

Deployment

  1. Stop Greenlight docker containers.
  2. Restart Big Blue Button.
  3. Run script for image build and deployment.
  $ sudo docker-compose down
  $ sudo bbb-conf --restart
  $ sudo ./scripts/build-and-deploy.sh

Source Code & Contributing

Greenlight is built using Ruby on Rails. Many developers already know Rails well, and we wanted to create both a full front-end to BigBlueButton but also a reference implementation of how to fully leverage the BigBlueButton API.

We invite you to build upon Greenlight and help make it better. See Contributing to BigBlueButton.

We invite your feedback, questions, and suggests about Greenlight too. Please post them to the developer mailing list.

About

A really simple end-user interface for your BigBlueButton server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 57.7%
  • HTML 27.4%
  • JavaScript 7.0%
  • CSS 6.1%
  • Shell 1.4%
  • Dockerfile 0.4%