bigbluebutton-Github/labs/bbb-html5-client
Leonardo Crauss Daronco 3fc84c775b Refactor routes/index as a class MainRouter
Also removed some methods/routes that were not being used and will have to
be refactored anyway if they are needed in the future. They are: get_join,
to join the session getting the username and password from the url, and
post_upload, to upload presentations from the html5 client (this was a
specially big method).
2013-10-30 10:07:30 -02:00
..
images Add bbb-html5-client to labs not as submodule 2012-09-07 15:02:21 -04:00
lib HTML5: Move methods from redis/index to a class RedisAction 2013-10-30 10:06:58 -02:00
public fixed it so that shapes won't be erased when changing slides 2013-10-29 14:47:26 +00:00
routes Refactor routes/index as a class MainRouter 2013-10-30 10:07:30 -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 Refactor routes/index as a class MainRouter 2013-10-30 10:07:30 -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 Refactor routes/index as a class MainRouter 2013-10-30 10:07:30 -02:00
package.json Merge branch 'html5-bridge' of github.com:mohamed-ahmed/bigbluebutton into mohamed-ahmed-html5-bridge 2013-09-27 17:48:15 +00: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