greenlight/README.md

597 B

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