Skip to content

Commit

Permalink
Merge pull request #36 from bielefeldt/master
Browse files Browse the repository at this point in the history
Heroku S3 Integration instructions
  • Loading branch information
sgrove committed Jan 22, 2013
2 parents baa502c + dead52c commit 000ea1f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,17 @@ You'll need to have the [heroku gem](https://github.com/heroku/heroku) installed
echo "Done, go forth and chat!"
# Not too bad


### Integrate Kandan on Heroku with your Amazon S3_BUCKET ( [Heroku article on AWS S3 to store static assets and file uploads](https://devcenter.heroku.com/articles/s3) ). Run the following line, replacing the the global variable values with your own:

heroku config:add S3_ACCESS_KEY_ID=xxx S3_SECRET_ACCESS_KEY=xxxx S3_BUCKET=bucket_name

If successful you should get a response similar to:

Setting config vars and restarting myapp... done, v12
S3_ACCESS_KEY_ID: xxx
S3_SECRET_ACCESS_KEY: xxxx
S3_BUCKET: bucket_name

Your app should be up and running now. The admin email by default is `[email protected]` with password `kandanadmin`, or you can sign up as another user.

## dotCloud
Expand Down

0 comments on commit 000ea1f

Please sign in to comment.