bigbluebutton-Github/labs/bbb-html5-client
Leonardo Crauss Daronco 21c79844c5 HTML5: remove events emitted on Connection, now emitted on the event bus
And removed duplicated events for 'connected' and 'disconnected'.
2013-05-20 17:41:29 -03:00
..
images Add bbb-html5-client to labs not as submodule 2012-09-07 15:02:21 -04:00
public HTML5: remove events emitted on Connection, now emitted on the event bus 2013-05-20 17:41:29 -03:00
redis API stores meeting in redis, apps stores users in redis 2012-09-14 16:48:05 -07:00
routes html5 branch updated with the latest changes from the master 2013-01-29 20:24:36 -05:00
views HTML5: cleanup/refactor whiteboard paper a bit more 2013-04-28 19:41:10 -04:00
.gitignore Use r.js to optimize the html5 client 2012-12-19 16:42:58 -02:00
app.js Use r.js to optimize the html5 client 2012-12-19 16:42:58 -02:00
Cakefile Use r.js to optimize the html5 client 2012-12-19 16:42:58 -02:00
package.json Use r.js to optimize the html5 client 2012-12-19 16:42:58 -02:00
README.md Update labs/bbb-html5-client/README.md 2012-12-11 16:50:36 -05:00

BBB-HTML5-Client

1. Install Node.js

2. Install node dependencies

cd bbb-html5-client
npm install

3. Clean Redis database

redis-cli
> flushdb

4. Do a clean restart of BigBlueButton

bbb-conf --clean

5. Run the BBB server

cd bbb-html5-client
node app.js