Feedati/README.md
2018-08-20 00:22:21 +02:00

30 lines
626 B
Markdown

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](http://pydoit.org/) (`pip3 install doit==0.31` or `apt-get install python3-doit`)
## Some more setup
You need to resolve localhost as `feedati-fe`. Run:
echo 127.0.0.1 feedati-fe | sudo tee -a /etc/hosts
## Run
Running `doit` is enough.
It will build images, configure them, then run everything.
## Use
Point your browser to `http://feedati-fe/tt-rss/`.
NO, `http://localhost/` won't work.