Update Customize: language file authored by Roland Alton's avatar Roland Alton
...@@ -31,7 +31,7 @@ Info text in each conference is in `bigbluebutton.properties` ...@@ -31,7 +31,7 @@ Info text in each conference is in `bigbluebutton.properties`
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: after each BBB update you need to re-apply (check changes first!):
``` ```
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
...@@ -43,10 +43,11 @@ cp ~/greenlight/config/bigbluebutton.properties /usr/share/bbb-web/WEB-INF/class ...@@ -43,10 +43,11 @@ cp ~/greenlight/config/bigbluebutton.properties /usr/share/bbb-web/WEB-INF/class
``` ```
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
cp /var/www/bigbluebutton-default/favicon.gif /var/www/bigbluebutton-default/favicon.ico cp /var/www/bigbluebutton-default/favicon.gif /var/www/bigbluebutton-default/favicon.ico
cp ~/greenlight/config/de.json /usr/share/meteor/bundle/programs/server/assets/app/locales/de.json
``` ```
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` reduced bitrates, noCheck to `/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml` see `~/greenlight/config/meteor_app_settings.yml`
Then do a Then do a
... ...
......