Update Customize authored by Roland Alton's avatar Roland Alton
...@@ -29,12 +29,14 @@ after updating greenlight from upstream: ...@@ -29,12 +29,14 @@ after updating greenlight from upstream:
we keep a copy of config files of modules which are outside greenlight in its config directory, as this is in git: we keep a copy of config files of modules which are outside greenlight in its config directory, as this is in git:
after each BBB update you need to re-apply:
``` ```
cp ~/greenlight/config/bigbluebutton.properties /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties cp ~/greenlight/config/bigbluebutton.properties /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
``` ```
(as long as there is an issue with escaping characters, other like energy-level are not overwritten #18)
after each BBB update you need to re-apply:
``` ```
cp ~/greenlight/config/turn-stun-servers.xml /usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml cp ~/greenlight/config/turn-stun-servers.xml /usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml
...@@ -44,4 +46,9 @@ cp /var/www/bigbluebutton-default/favicon.gif /var/www/bigbluebutton-default/fav ...@@ -44,4 +46,9 @@ cp /var/www/bigbluebutton-default/favicon.gif /var/www/bigbluebutton-default/fav
also apply `clientTitle: fairteaching` and reduced bitrates to `/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml` see `~/greenlight/config/meteor_app_settings.yml` also apply `clientTitle: fairteaching` and reduced bitrates to `/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml` see `~/greenlight/config/meteor_app_settings.yml`
(A script might do that job: https://docs.bigbluebutton.org/2.2/customize.html#automatically-apply-configuration-changes-on-restart) Then do a
\ No newline at end of file
`bbb-conf --restart`
(For future: a script might do that job: https://docs.bigbluebutton.org/2.2/customize.html#automatically-apply-configuration-changes-on-restart)
\ No newline at end of file