forked from External/greenlight
Had to add an email attribute to users to store their email to send the notification. Will only send it for user rooms since they are the only ones we know who to notify. |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
scripts | ||
test | ||
tmp | ||
vendor/assets | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
Dockerfile.prod | ||
Gemfile | ||
Gemfile.lock | ||
README.md | ||
Rakefile | ||
circle.yml | ||
config.ru | ||
docker-compose.yml | ||
env | ||
sample.env |
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