Open main menu

CDOT Wiki β

Changes

BBB HTML5 Client

72 bytes added, 13:44, 2 August 2013
Setup HTML5 Client Development Environment
* '''Setup the [https://code.google.com/p/bigbluebutton/wiki/HTML5 development environment] for HTML5 Client'''
Note:
# After Clone the SenecaCDOT-BigBlueButton repository to your local machine,you must build and deploy or run the Client, BBB-Web, and Red5 Applications components.''git clone git@github.com:SenecaCDOT-BigBlueButton/bigbluebutton.git''
# Add BigBlueButton repository as your master branch’s upstream: ''git remote add upstream https://github.com/bigbluebutton/bigbluebutton/bigbluebutton.git''
# Before creating a working branch, make sure your master branch is up-to-date: ''git fetch upstream''