Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Chrisman committed May 10, 2016
1 parent 38cf7a0 commit dba07c3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@ VoiceChat is a set of APIs to create ad-hoc conferences to be used in the browse

## Automatically Deploy to Heroku

- Create a [Plivo account](https://manage.plivo.com)
- Create and **verify** a Heroku account if you don't have one then click the button below.

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

## Clone this repo
## Manual Installation

### Clone this repo

$ git clone https://github.com/plivo/voicechat.git

## Configure
### Configure
Create a Plivo account if you haven't already

## Deploying to Heroku
### Deploying to Heroku
Create and **verify** a Heroku account if you haven't.

$ cd voicechat
Expand All @@ -28,7 +33,7 @@ Add Plivo Auth ID and Auth Token to env from the [dashboard](https://plivo.com/d
$ heroku config:set PLIVO_AUTH_ID={PLIVO_AUTH_ID}
$ heroku config:set PLIVO_AUTH_TOKEN={PLIVO_AUTH_TOKEN}

## Test your application
### Test your application
Go to {app_name}.herokuapp.com


Expand Down Expand Up @@ -64,4 +69,3 @@ Go to {app_name}.herokuapp.com
"message": "Call has been queued"
}

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/plivo/voicechat/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 comments on commit dba07c3

Please sign in to comment.