Here is a crazy idea that I've working on since yesterday.
I had such a hard time trying to customizing BBB, in order to make it look different. Mostly related with visual styles.
And everytime i do something wrong, the site stops working so i have to start again from scratch and do all the customizations.
So, what I'm doing now is Forking the BBB and Greenlight repository and doing the modifications on my copy,
so if i need to reinstall again, i don't have to do things like:
set htlm5 as default, change some texts and logos, default pdf, etc etc
I've been searching in the code things like "logo.png" in order to find out where do i have to replace with my own logo file.
So my questions for you guys is:
1) Could you suggest a better way to find all the files that uses the default logo and the characters stating "This is a bbb server", "recorded with bbb server", "this is greenlight", in order to have a whitelabel website
2)The idea is also to quick deploy a new installation in a new server with your settings
using something like
will install bbb and greenlight from my git repository, not the original repository.
I downloaded the bbb-install.sh file, to make it point to my git repository, but so far there is no reference to a git repository,
not sure where i should define the source for the installation.
I need to point to my forked version of BBB and my forked version of Greenlight
Also if i try to follow the step by step version
instructions says you need to do
sudo apt-get install bigbluebutton
So, is not getting the files and configs from github
Any idea how to customize bbb-install.sh in order to point to my git repository?