You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
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
69
69
echo "Done, go forth and chat!"
70
70
# Not too bad
71
71
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:
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
+
73
83
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.
0 commit comments