- If you are not very familiar with docker, it’s a little bit tricky to do this customization.
- Assuming that you have done this installation process – https://github.com/bigbluebutton/bbb-install
- Then the installation of Greenlight at – https://github.com/bigbluebutton/bbb-install#install-greenlight
- We need to change the install mode to customize as stated in this URL – https://docs.bigbluebutton.org/greenlight/gl-install.html#troubleshooting-greenlight
- After customization, we need to edit the docker-compose.yml:
services:
app:
entrypoint: [bin/start]
image: bigbluebutton/greenlight:v2replace with
services:
app:
entrypoint: [bin/start]
image: bigbluebutton/greenlight:release-v2 -
Then run – ./scripts/image_build.sh bigbluebutton/greenlight release-v2
- Lastly – docker-compose up -d
Recent Posts
Categories
Archives
- October 2023
- November 2020
- July 2020
- February 2020
- January 2020
- January 2019
- December 2018
- November 2018
- September 2018
- June 2018
- May 2018
- May 2017
- March 2017
- February 2015
- January 2015
- September 2014
- May 2014
- April 2014
- June 2013
- January 2013
- December 2012
- July 2012
- June 2012
- March 2012
- August 2010
- June 2010
- May 2010
- November 2009
- July 2009
- April 2009
- March 2009
- February 2009
- January 2009
- July 2008
- April 2008
- February 2008
- December 2007
- November 2007
- August 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006