bigbluebutton-Github/labs/bbb-html5-client
2012-12-11 16:34:58 -05:00
..
images Add bbb-html5-client to labs not as submodule 2012-09-07 15:02:21 -04:00
public added a better quality for converting images 2012-10-24 14:37:25 -05:00
redis API stores meeting in redis, apps stores users in redis 2012-09-14 16:48:05 -07:00
routes move and back slides 2012-10-23 13:32:59 -05:00
views removing upload button 2012-10-23 15:16:42 -05:00
.gitignore Add bbb-html5-client to labs not as submodule 2012-09-07 15:02:21 -04:00
app.js load presentation in both sides html5 and flex 2012-10-20 14:18:39 -05:00
package.json Add bbb-html5-client to labs not as submodule 2012-09-07 15:02:21 -04:00
README.md Update labs/bbb-html5-client/README.md 2012-12-11 16:34:58 -05:00

BBB-HTML5-Client

1. Install Node.js

2. Clone this repo

git clone https://github.com/ryanseys/bbb-html5-client.git

3. Install node dependencies

cd bbb-html5-client
npm install

4. Clean Redis database

redis-cli
> flushdb

5. Do a clean restart of BigBlueButton

bbb-conf --clean

6. Run the BBB server

cd bbb-html5-client
node app.js