Update Customize after first upgrade authored by Roland Alton's avatar Roland Alton
......@@ -18,13 +18,21 @@ Language file: ~/greenlight/config/locales/de_DE.yml
## BBB modules customization
after updates you might need to re-apply:
we keep a copy of config files of modules which are outside greenlight in its config directory, as this is in git:
```
cp ~/greenlight/config/bigbluebutton.properties /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
cp ~/greenlight/config/meteor_app_settings.yml /usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml
```
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 /var/www/bigbluebutton-default/favicon.gif /var/www/bigbluebutton-default/favicon.ico
```
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)
\ No newline at end of file