BigBlueButton: Difference between revisions
No edit summary |
|||
Line 40: | Line 40: | ||
[http://code.google.com/p/bigbluebutton/wiki/BBBConf BigBlueButton Configuration] | [http://code.google.com/p/bigbluebutton/wiki/BBBConf BigBlueButton Configuration] | ||
[http://groups.google.com/group/bigbluebutton-dev/browse_thread/thread/9f0b2a2877eb705b?hl=en Google Groups Reply] | |||
=Setting up a Landing Page= | =Setting up a Landing Page= | ||
Line 46: | Line 48: | ||
[http://code.google.com/p/bigbluebutton/wiki/FAQ#How_do_I_setup_new_classrooms_in_BigBlueButton_? Setting up New Conferences] | [http://code.google.com/p/bigbluebutton/wiki/FAQ#How_do_I_setup_new_classrooms_in_BigBlueButton_? Setting up New Conferences] | ||
[http://groups.google.com/group/bigbluebutton-dev/browse_thread/thread/9f0b2a2877eb705b?hl=en Google Groups Reply] |
Revision as of 03:01, 17 May 2012
Installation Instructions for Ubuntu 10.04
To accept agreements within terminal, press tab + enter.
Open ports with the command:
sudo ufw allow NUMBER
Open ports 80 (HTTP), 9123 (Desktop Sharing), 1935 (RTMP).
In terminal, type ifconfig to display the LAN server's IP address.
WRT54GL Wireless Router Changes
Connect the router to your computer with an ethernet cable.
Open an internet browser and go to:
Id is root and password is admin
Setting an External Route to Your BBB Conference
- Set up an external route to your BBB server, this will involve DNS, for
example a DNS record like bbb.oshinitiative.org, which points to your external IP address (This needs ideally to be static). Then set your firewall to port forward all traffic for bbb.oshinitiative.org to your BBB server, chat with tech at your ISP if you need help with the above
- Next you need to configure BBB to respond to connections at the domain
bbb.oshinitiative.org. This is easy open a command prompt as root and type
bbb-conf --set-ip bbb.oshinitiative.org
That should sort it out, then tell folks to point their browser to bbb.oshinitiative.org.
Setting up a Landing Page
For setting up a landing page for people to login, see also