Big Blue Button Polling Install
Contents
Installing to a Fresh Dev Environment
1. Follow the steps here.
2. When you get to the section about checking out the source code go here and grab the source code.
3. Either clone the repo from step 2 if you have access or download a zip and place it in ~/dev/
4. Continue with the rest of the set up steps from the first link
Installing to an Existing Dev Environment
Before you Start
Before you can add Polling Module to your Big Blue Button you need to make sure that your Big Blue Button development environment is properly installed, and you don't have any compilation errors when compiling bigbluebutton-client and bigbluebutton-apps.
In this installation manual we assume that your bigbluebutton folder is located in the : /home/firstuser/dev/bigbluebutton
Installation Steps
1. Go here and download the files as a zip
2. Open a terminal go to where you downloaded the zip and go to the scripts directory. Run the install-polling-module-dev.sh script
cd {ZIP_PATH}/scripts
./install-polling-module-dev.sh
3. Follow the steps in the scripts