bigbluebutton-Github/labs/bbb-html5-client/README.md
2012-12-11 16:50:36 -05:00

28 lines
345 B
Markdown

BBB-HTML5-Client
================
## 1. Install [Node.js](http://www.nodejs.org)
## 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
```