Hello,
I recently integrated the BBB install process into my own installation script for Linux boxes. The script might be helpful to anybody who is about to set up a new Ubuntu 14.04 system from scratch and maybe wants to install a bit more than just BBB on the server. The script supports the installation and automatic configuration of a lot of other components which can all be disabled if all you want is BBB but the script also supports the configuration of a Bind9 nameserver, a Postfix mailserver, an Iptables firewall (recommended also with BBB!), Munin and Monit for server monitoring, Fail2ban, PHP5, Mysql server, Kamailio SIP server, OpenVPN and a couple of other packages. It probably takes a few minutes to get familiar with the main configuration file of the script but once you did that, you can get a fully configured BBB server running in about 30 minutes.
As far as BBB is concerned the script simply puts the steps from the BBB installation tutorial into a coherent process. It checks if you're on Ubuntu14.04 64bit, sets your locale properly and allows you to limit the udp ports used by WebRTC (by default 16384-32768) to a more narrow range. It will also provide you with an iptables firewall script that you can run after the installation is done. The firewall script will close down all tcp/udp ports except those required by BBB, ssh and whatever other applications you select to install.
The script is available as a free download and it is intended to run on a freshly installed Ubuntu14.04 system NOT on an already configured system where you somehow want to add BBB onto. So after you have Ubuntu14.04 installed do a
wget
https://script.meta-matrix.de/defaultconfig.zipUnzip the file, read the readme.txt and edit config.txt so it fits your needs before you run the script itself.
Since this is just a private project it comes without further support but the script has been used by many people successfully before BBB was added to it. If you find a bug, let me know by sending an email to script at
meta-matrix.de instead of spamming the BBB support forum.
Best regards
Oliver