Skip to content

Commit

Permalink
pvh forgot some steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Crocker committed May 8, 2011
1 parent f6cc877 commit 6004121
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -3,4 +3,5 @@ source :rubygems
gem "thin"
gem "sinatra"
gem "oauth"
gem "json"

2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
daemons (1.1.2)
eventmachine (0.12.10)
json (1.5.1)
oauth (0.4.4)
rack (1.2.2)
sinatra (1.2.6)
Expand All @@ -18,6 +19,7 @@ PLATFORMS
ruby

DEPENDENCIES
json
oauth
sinatra
thin
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -21,6 +21,11 @@ Copy env.sh.sample to env.sh for local testing and fill in your API keys.
$ cp env.sh.sample env.sh
$ vim env.sh

Install the required ruby gems

$ gem install bundler
$ bundle

Leave DOMAIN alone for local development, but set your RDIO_API_KEY and RDIO_API_SHARED_SECRET_KEY. Now source the file for local testing.

$ source env.sh
Expand Down

0 comments on commit 6004121

Please sign in to comment.