stefansundin / rssbox

:newspaper: I consume the world via RSS feeds, and this is my attempt to keep it that way.
https://github.com/stefansundin/rssbox/discussions/64
GNU Affero General Public License v3.0
776 stars 73 forks source link

How to install RSS Box? #62

Open alyusufMurtadha opened 2 years ago

alyusufMurtadha commented 2 years ago

Hi, How to install RSS Box? because I tried to upload the script to my site..

thanks

pucmelak commented 1 year ago

This worked for me:

install docker - https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04

docker pull stefansundin/rssbox

create ".env" file, template of file is here - https://github.com/stefansundin/rssbox/blob/master/.env.example

docker run -i -t -p 3000:3000 --env-file=PATH-TO-YOUR-.ENV-FILE stefansundin/rssbox

Done. RSSbox is running on port 3000.

faveoled commented 1 year ago

@pucmelak I think you missed stefansundin/rssbox in docker run