Update Customize authored by Roland Alton's avatar Roland Alton
## Greenlight customization
Customized version here in git in branch `fairteaching`.
after doing changes do in `~/greenlight` or in `.env`
......@@ -13,3 +15,16 @@ docker-compose up -d
See http://docs.bigbluebutton.org/greenlight/gl-customize.html#restart-greenlight
Language file: ~/greenlight/config/locales/de_DE.yml
## BBB modules customization
after updates you might need to re-apply:
```
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
cp ~/greenlight/config/turn-stun-servers.xml /usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml
```
(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