Skip to content

Commit

Permalink
Getting ready to deploy to Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinn committed Oct 12, 2011
1 parent fca2d9c commit cfc5d17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
server.conf
project/boot
project/project
project/target
target

11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ To run locally:
To run on Heroku:
-----------------

1. Clone this repo
1. Clone this repo.

2. Have the Heroku client installed and setup (ssh keys, logged in, etc)
2. Have the [Heroku client](http://toolbelt.herokuapp.com/) installed and set up (ssh keys, logged in, etc).

3. Create an app on Heroku:

Expand All @@ -39,7 +39,8 @@ To run a client:
----------------

You can access a local instance via:
curl --header "Content-Type:application/json" http://localhost:8585/

Without the correct Content-Type header there will be no response.
Not sure what the URL for heroku might be
curl --header "Content-Type:application/json" http://localhost:8585/

Without the correct `Content-Type header` there will be no response.
Not sure what the URL for heroku might be yet.

0 comments on commit cfc5d17

Please sign in to comment.