Skip to content

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

Notifications You must be signed in to change notification settings

alexandrekreis/greenlight

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 57.3%
  • HTML 20.9%
  • CoffeeScript 8.5%
  • JavaScript 8.4%
  • CSS 4.8%
  • Shell 0.1%