Status: DEV
A comprehensive sample Open Peer browser client using the Open Peer SDK for JavaScript.
This project also incorporates:
Deployments:
NOTE: The opjs
SDK and webrtc-shim
are currently being integrated. This project is under heavy development.
Install:
make install
Configure config.local.json
(see Configuration below).
Run:
make run
Test:
make test
Production build:
make dist
Deploy:
make deploy
First time deploy setup for dotCloud:
sudo easy_install pip && sudo pip install dotcloud
dotcloud setup
Initial dotCloud application setup:
dotcloud create <name>
Configure config.json
(see Configuration below).
{
"options": {
"hostname": "localhost",
"REAL_IDENTITY_HOST": "provisioning-stable-dev.hookflash.me",
"ROLODEX_BASE_URL": "http://localhost:8080",
"IDENTITY_DOMAIN": "unstable.hookflash.me",
"IDENTITY_HOST": "http://localhost:8080"
},
"papertrail": { // Optional
"host": "logs.papertrailapp.com",
"port": <port>
},
"sendgrid": { // Optional
"username": "<sendgrid.com API username>",
"password": "<sendgrid.com API password>"
},
"rolodex": {
// See 'Configuration' at https://github.com/openpeer/rolodex
}
}
NOTE: The rolodex configuration is included in the config above instead of placing it into its own file.