Skip to content
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

How to install RSS Box? #62

Open
alyusufMurtadha opened this issue Sep 19, 2022 · 2 comments
Open

How to install RSS Box? #62

alyusufMurtadha opened this issue Sep 19, 2022 · 2 comments

Comments

@alyusufMurtadha
Copy link

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

thanks

@pucmelak
Copy link

pucmelak commented Dec 12, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants