Skip to content

Add Deploy to Heroku button #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ There are two howto's:

The first option is easier, and often less expensive. However, if you're running River4 on a service like Heroku, you can't rely on the local file system for persistent storage, so we built River4 to work with S3 as well. On Heroku, which runs in the Amazon cloud, access to S3 storage is free.

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)


#### Notes

Expand Down
26 changes: 26 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "River4",
"website": "http://river4.smallpict.com/",
"description": "River of news aggregator that runs from Amazon S3",
"repository": "https://github.com/scripting/river4",
"logo": "https://raw.github.com/mrfabbri/river4/heroku-button/river4.png",
"env": {
"s3path": {
"description": "The path to the S3 bucket containing subscription list, rivers and data for the aggregator.",
"value": "/river.mydomain.com/"
},
"AWS_ACCESS_KEY_ID": {
"description": "The AWS Access Key ID for accessing the S3 bucket see http://bit.ly/1bIjDah for help.",
"value": ""
},
"AWS_SECRET_ACCESS_KEY": {
"description": "The AWS Secret Access Key for accessing the S3 bucket see http://bit.ly/1bIjDah for help.",
"value": ""
},
"AWS_REGION": {
"description": "The AWS Region where the S3 bucket is located, e.g. us-east-1",
"value": "us-east-1"
}
},
"keywords": ["rss", "syndication", "news", "river", "feed", "opml"]
}
Binary file added river4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading