Skip to content
This repository has been archived by the owner on Nov 3, 2018. It is now read-only.

Commit

Permalink
[#9] Update README with Heroku config commands
Browse files Browse the repository at this point in the history
  • Loading branch information
harlow committed Aug 2, 2012
1 parent 253123f commit a7d7d94
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -22,7 +22,7 @@ From a web browser access the site via [localhost:3000](http://localhost:3000)

## Deploy the application to Heroku

Create an application container on Heroku
Create an application container on Heroku (watch for your container url)

$ heroku create

Expand All @@ -34,6 +34,8 @@ Run any database migrations

$ heroku rake db:migrate

Restart the dynos if migrations were run
Set the AWS S3 config vars

$ heroku restart
$ heroku config:add AWS_BUCKET=your_bucket_name
$ heroku config:add AWS_ACCESS_KEY_ID=your_access_key_id
$ heroku config:add AWS_SECRET_ACCESS_KEY=your_secret_access_key

0 comments on commit a7d7d94

Please sign in to comment.