Skip to content

Commit dead52c

Browse files
author
response
committed
README change with Heroku S3 integrations
1 parent baa502c commit dead52c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,17 @@ You'll need to have the [heroku gem](https://github.com/heroku/heroku) installed
6969
echo "Done, go forth and chat!"
7070
# Not too bad
7171

72-
72+
### 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:
73+
74+
heroku config:add S3_ACCESS_KEY_ID=xxx S3_SECRET_ACCESS_KEY=xxxx S3_BUCKET=bucket_name
75+
76+
If successful you should get a response similar to:
77+
78+
Setting config vars and restarting myapp... done, v12
79+
S3_ACCESS_KEY_ID: xxx
80+
S3_SECRET_ACCESS_KEY: xxxx
81+
S3_BUCKET: bucket_name
82+
7383
Your app should be up and running now. The admin email by default is `admin@kandan.me` with password `kandanadmin`, or you can sign up as another user.
7484

7585
## dotCloud

0 commit comments

Comments
 (0)