mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-07 00:56:34 +02:00
Added installation instructions for hosting on Heroku
18
Heroku-Installation.md
Normal file
18
Heroku-Installation.md
Normal file
@@ -0,0 +1,18 @@
|
||||
This guide is for people who want to run RSS Bridge on [Heroku](https://heroku.com).
|
||||
|
||||
You can run it on Heroku for free, however make sure your RSS reader interval is not set to a fast rate, otherwise your Heroku hours will use up quicker. Heroku puts the app to sleep after 30 mins of no activity, so choose an interval that won't make the app exceed the limit!
|
||||
|
||||
You can increase your Heroku hours to 1000 a month from 550 a month by simply verifying your account with a credit card.
|
||||
|
||||
## Instructions
|
||||
1. Fork this repo by clicking the Fork button at the top right of this page (only on desktop site)
|
||||
|
||||

|
||||
|
||||
2. [Log in to Heroku](https://dashboard.heroku.com) and create a new app. The app name will be the URL of the RSS Bridge (appname.herokuapp.com)
|
||||
|
||||
3. Go to Deploy, select the GitHub option and connect your GitHub account. Search for the repo named `yourusername/rss-bridge`
|
||||
|
||||

|
||||
|
||||
4. Deploy the master branch.
|
Reference in New Issue
Block a user