Skip to content

FredNass/bigbluebutton-zimlet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zimbra BigBlueButton Integration

Zimbra BBB

Zimbra BBB

Zimbra BBB

Zimbra BBB

Install prerequisites

  • Zimbra 8.8 and above

Installing

Use the automated installer:

wget https://raw.githubusercontent.com/Zimbra-Community/bigbluebutton-zimlet/master/bbb-installer.sh -O /tmp/bbb-installer.sh
chmod +rx /tmp/bbb-installer.sh
/tmp/bbb-installer.sh

After running the installer configure your BigBlueButton server and API secret like so:

 echo  "BBBSecret=your-secret-here
 BBBServerUrl=http://your-domain-here/bigbluebutton/api/" >> /opt/zimbra/lib/ext/bigbluebutton/config.properties

Deploy the Zimlet

 cd /tmp
 wget --no-cache https://github.com/Zimbra-Community/bigbluebutton-zimlet/releases/download/0.0.4/tk_barrydegraaff_bigbluebutton.zip -O /tmp/tk_barrydegraaff_bigbluebutton.zip
 su zimbra

 cd /tmp
 zmzimletctl deploy tk_barrydegraaff_bigbluebutton.zip

Deploy the Zimlet for Modern UI (Zimbra 9)

See: https://github.com/Zimbra-Community/zimbra-zimlet-bigbluebutton

About

Zimbra BigBlueButton Integration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.0%
  • Java 38.5%
  • Shell 8.2%
  • CSS 0.3%