Changes

Jump to: navigation, search

Installing BigBlueButton For Seneca

1,826 bytes added, 15:51, 2 October 2012
Building the Red5 Apps
<source lang="bash">
sudo apt-get install bbb-playback-presentation
</source>
 
==Assign the proper domain name==
 
<source lang="bash">
sudo bbb-conf --setip <FQDN>
</source>
ant
</source>
 
==Building the Red5 Apps==
Make red5/webapps writeable. Otherwise, you will get permission error when you try to deploy into Red5.
 
<source lang="bash">
sudo chmod -R o+w /usr/share/red5/webapps
</source>
Run the setup script. This will remove the bbb-apps package from red5/webapps.
 
<source lang="bash">
bbb-conf --setup-dev apps
</source>
Stop red5
 
<source lang="bash">
sudo /etc/init.d/red5 stop
</source>
Compile and deploy bbb-apps
 
<source lang="bash">
cd ~/dev/bigbluebutton/bigbluebutton-apps
gradle resolveDeps
gradle clean war deploy
</source>
 
Start Red5
 
<source lang="bash">
sudo /etc/init.d/red5 start
</source>
 
==Do a Clean Restart==
To ensure BigBlueButton has started cleanly, enter the following commands:
 
<source lang="bash">
sudo bbb-conf --clean
sudo bbb-conf --check
</source>
The --clean option will clear out all the log files for BigBlueButton. The --check option will grep through the log files looking for errors.
 
The output from sudo bbb-conf --check will display your current settings and, after the text, " Potential problems described below ", print any potential configuration or startup problems it has detected.
 
=Moving /var/bigbluebutton=
You should wait till after everything is setup before moving folders around. Once it's all setup move /var/bigbluebutton to /storage/bigbluebutton (on the second hard drive) and make a link between the two.
 
=Extra Information=
For troubleshooting and extra info you can use the following links:
* http://code.google.com/p/bigbluebutton/wiki/081InstallationUbuntu
* http://code.google.com/p/bigbluebutton/wiki/DevelopingBBB
* https://groups.google.com/forum/?fromgroups=#!forum/bigbluebutton-setup
* http://code.google.com/p/bigbluebutton/wiki/FAQ
1
edit

Navigation menu