forked from blallo/Feedati
Giochiamo con i feed RSS
doc | ||
docker | ||
panel@de1dc86be1 | ||
rss-bridge@3821ca9737 | ||
tt-rss@6b0ef3d211 | ||
.gitignore | ||
.gitmodules | ||
docker-compose.yml | ||
dodo.py | ||
dodo_utils.py | ||
INSTALL.Debian.md | ||
README.md | ||
requirements.txt |
FEEDATI
La nuova frontiera dello smanettamento con gli RSS
Install
Serve installare le seguenti cosucce:
- docker
- docker-compose
go get 'github.com/betalo-sweden/await'
(serve Go >= 1.8)- doit (
pip3 install doit==0.31
orapt-get install python3-doit
)
Some more setup
You need to resolve localhost as feedati-fe
. Run:
grep -wq feedati-fe /etc/hosts || echo 127.0.0.1 feedati-fe | sudo tee -a /etc/hosts
Run
Running doit3
is enough.
It will build images, configure them, then run everything.
Use
Point your browser to http://feedati-fe/login/
(NO, http://localhost/
won't work).
Demo account is admin
/ password
Update
This repository makes heavy use of submodules, so after git pull
,
it is required to run git submodule update --init
.
The typical "testing" command is therefore:
git pull && git submodule update --init && doit3