0.1.4 • Published 12 years ago
openpeer v0.1.4
Status: DEV
Open Peer SDK for JavaScript
WebRTC P2P signalling, federated identities and more.
Based on the following specifications:
Usage
TODO: Instructions on how to use the SDK
Development
Development of this SDK is done via a development UI:
make install-dev
make run-dev
open http://localhost:8081/Development Process:
make test(this runs server-side, dev UI and demo tests)- Launch dev UI
- Run all dev UI tests
- Make changes
- Run/write individual tests to verify changes
make test- Commit
Demo
Install:
make install-demoRun:
make run-demoTest:
make test-demoDeploy:
make deploy-demoFirst time deploy setup for dotCloud:
sudo easy_install pip && sudo pip install dotcloud
dotcloud setupInitial dotCloud application setup:
cd demo
dotcloud create -f live <name>
dotcloud pushDeployments: