-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from bielefeldt/master
Heroku S3 Integration instructions
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|