bigbluebutton-Github/labs/bbb-html5-client/README.md
2012-09-07 15:02:21 -04:00

39 lines
913 B
Markdown

BBB-HTML5-Client
================
## 1. Install [Node.js](http://www.nodejs.org)
## 2. Install [Redis](http://redis.io/download/)
## 3. Clone this repo
```
git clone https://github.com/ryanseys/bbb-html5-client.git
```
## 4. Install node dependencies
```
cd bbb-html5-client
npm install
```
## 5. Install [ImageMagick](http://www.imagemagick.org/script/binary-releases.php)
## 6. Run the Redis server
```
redis-server
```
## 7. Run the BBB server
```
cd bbb-html5-client
node app.js
```
TODOs
=====
- Allow for change of font size in text tool
- Update the cleanup of Redis to ensure all keys created during a meeting are removed from Redis once the meeting is destroyed
- Update UI to look nicer
- Add mouse events to shapes and slides instead of just cursor so user can move the mouse quickly, and click to pan right away
- Put textbox in a smart place when using the text tool. (such as a popup modal)