bigbluebutton-Github/labs/bbb-html5-client
Leonardo Crauss Daronco 65d876fd00 HTML5: Clean up app.coffee as much as possible
Move methods to new classes RedisBridge and Utils.
Also made several other small fixes (typos mostly).
2013-10-30 10:08:01 -02:00
..
images Add bbb-html5-client to labs not as submodule 2012-09-07 15:02:21 -04:00
lib HTML5: Clean up app.coffee as much as possible 2013-10-30 10:08:01 -02:00
public fixed it so that shapes won't be erased when changing slides 2013-10-29 14:47:26 +00:00
routes HTML5: Add class RedisKeys 2013-10-30 10:08:01 -02:00
views Merge branch 'html5-bridge' of github.com:mohamed-ahmed/bigbluebutton into mohamed-ahmed-html5-bridge 2013-09-27 17:48:15 +00:00
.gitignore Use r.js to optimize the html5 client 2012-12-19 16:42:58 -02:00
.netbeans.xml implement html5 new interface 2013-09-24 06:13:09 -07:00
app.coffee HTML5: Clean up app.coffee as much as possible 2013-10-30 10:08:01 -02:00
app.js HTML5: basic conversion of the server to coffeescript 2013-10-30 10:06:58 -02:00
Cakefile Use r.js to optimize the html5 client 2012-12-19 16:42:58 -02:00
config.coffee HTML5: Clean up app.coffee as much as possible 2013-10-30 10:08:01 -02:00
package.json HTML5: Update redis to 0.8.4 (latest) and small fixes 2013-10-30 10:08:00 -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