bigbluebutton-Github/labs/bbb-html5-client/README.md

28 lines
345 B
Markdown
Raw Normal View History

BBB-HTML5-Client
================
## 1. Install [Node.js](http://www.nodejs.org)
2012-12-12 05:50:36 +08:00
## 2. Install node dependencies
```
cd bbb-html5-client
npm install
```
2012-12-12 05:50:36 +08:00
## 3. Clean Redis database
2012-12-12 05:34:58 +08:00
```
redis-cli
> flushdb
```
2012-12-12 05:50:36 +08:00
## 4. Do a clean restart of BigBlueButton
```
2012-12-12 05:34:58 +08:00
bbb-conf --clean
```
2012-12-12 05:50:36 +08:00
## 5. Run the BBB server
```
cd bbb-html5-client
node app.js
```