1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 08:37:30 +02:00

Updated Heroku Installation (markdown)

codeinteger6
2019-06-28 15:27:31 +06:00
parent f0a5e54632
commit 7dfb3e5d5a

@@ -7,17 +7,19 @@ You can increase your Heroku hours to 1000 a month from 550 a month by simply ve
## Deploy button
You can simply press the button below to easily deploy RSS Bridge on Heroku. Or you can follow the manual instructions given below.
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/RSS-Bridge/rss-bridge)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/RSS-Bridge/rss-bridge)
## Manual deploy
1. Fork this repo by clicking the Fork button at the top right of this page (only on desktop site)
![image](https://user-images.githubusercontent.com/44692189/59564169-65787300-9065-11e9-9fdd-a567e1479318.png)
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)
2. To customise what bridges can be used if need, create a `whitelist.txt` file in your fork and follow the instructions given [here](https://github.com/RSS-Bridge/rss-bridge/wiki/Whitelisting). You dont need to do this if youre fine with the default bridges.
3. Go to Deploy, select the GitHub option and connect your GitHub account. Search for the repo named `yourusername/rss-bridge`
3. [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)
4. Go to Deploy, select the GitHub option and connect your GitHub account. Search for the repo named `yourusername/rss-bridge`
![image](https://user-images.githubusercontent.com/44692189/59564203-bb4d1b00-9065-11e9-9096-9512b8aa8caf.png)
4. Deploy the master branch.
5. Deploy the master branch.