bigbluebutton-Github/labs/bbb-html5-client
Leonardo Crauss Daronco 13ff0b0d19 HTML5: Set specific versions for the dependencies
It's always better to have specific version to force all instances to
use exactly the same dependencies and avoid errors that will naturally
happen when libs are updated.
Also restricted the version of node to 0.10.x.
2013-08-16 18:42:21 -03:00
..
images Add bbb-html5-client to labs not as submodule 2012-09-07 15:02:21 -04:00
public After clearShape,currentshape should not be null 2013-08-01 08:57:17 -07:00
redis API stores meeting in redis, apps stores users in redis 2012-09-14 16:48:05 -07:00
routes To show the current slide to new user,send 'changeslide' event when user join 2013-07-11 09:12:45 -07:00
views remove unnecessary changes 2013-08-01 08:27:22 -07:00
.gitignore Use r.js to optimize the html5 client 2012-12-19 16:42:58 -02:00
app.js remove unnecessary changes 2013-08-01 08:27:22 -07:00
Cakefile Use r.js to optimize the html5 client 2012-12-19 16:42:58 -02:00
package.json HTML5: Set specific versions for the dependencies 2013-08-16 18:42:21 -03: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