From a7d7d94e0cfedc8d833e31e5aba71f88a8e21fb9 Mon Sep 17 00:00:00 2001 From: Harlow Ward Date: Thu, 2 Aug 2012 16:48:56 -0300 Subject: [PATCH] [#9] Update README with Heroku config commands --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64b4b04..18dbedd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 \ No newline at end of file + $ 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 \ No newline at end of file