Changes

Jump to: navigation, search

Installing BigBlueButton For Seneca

629 bytes added, 15:43, 2 October 2012
Build the source
<source lang="bash">
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>
1
edit

Navigation menu