bigbluebutton-Github/bigbluebutton-html5/dev_local_deployment
2021-02-16 15:59:01 +00:00
..
bbb-html5-backend@.service Added deploy_to_usr_share.sh to override locally bbb-html5 2021-02-16 15:59:01 +00:00
bbb-html5-frontend@.service Added deploy_to_usr_share.sh to override locally bbb-html5 2021-02-16 15:59:01 +00:00
mongo-ramdisk.conf Added deploy_to_usr_share.sh to override locally bbb-html5 2021-02-16 15:59:01 +00:00
mongod_start_pre.sh Added deploy_to_usr_share.sh to override locally bbb-html5 2021-02-16 15:59:01 +00:00
README.md Added deploy_to_usr_share.sh to override locally bbb-html5 2021-02-16 15:59:01 +00:00
systemd_start_frontend.sh Added deploy_to_usr_share.sh to override locally bbb-html5 2021-02-16 15:59:01 +00:00
systemd_start.sh Added deploy_to_usr_share.sh to override locally bbb-html5 2021-02-16 15:59:01 +00:00
workers-start.sh Added deploy_to_usr_share.sh to override locally bbb-html5 2021-02-16 15:59:01 +00:00

Last change on Feb 16, 2021

This directory contains files needed for the correct deployment of bigbluebutton-html5 on a development environment.

They are very similar, or even identical to the files used for bbb-html5 packaging, however, the main difference is that this set of files may be unintentionally out of date.

The script deploy_to_usr_share.sh was written to allow developers to be able to wipe out the /usr/share/meteor directory where bbb-html5 package is installed, and at the same time build their local code and deploy it so it replaces the default bbb-html5. The script has been indispensible during the work on https://github.com/bigbluebutton/bigbluebutton/pull/11317 where multiple NodeJS processes were to run simultaneously but using different configuration.