Skip to content

Commit

Permalink
include heroku and demo server to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng-Tao Chu committed May 2, 2014
1 parent 6fcc5d8 commit 51bd81b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ Most important of all, it is free and open sourced.
- [Javascript Library](#javascript-library)

## Quick Start
### Playground
[demo server](http://floating-mesa-9408.herokuapp.com/)

### Deploy with Heroku
```bash
git clone https://github.com/mobicrave/EventTracker.git

cd EventTracker
heroku create
git push heroku master

heroku open
```

### Required dependency
* [java sdk7](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html)
* [maven](http://maven.apache.org)
Expand Down

0 comments on commit 51bd81b

Please sign in to comment.