Feedati/README.md

31 lines
626 B
Markdown
Raw Normal View History

2018-07-31 17:21:39 +02:00
FEEDATI
=======
La nuova frontiera dello smanettamento con gli RSS
2018-08-20 00:19:35 +02:00
## Install
2018-07-31 17:21:39 +02:00
Serve installare le seguenti cosucce:
- docker
- docker-compose
2018-08-09 13:47:34 +02:00
- `go get 'github.com/betalo-sweden/await'` (serve Go >= 1.8)
2018-08-17 16:27:29 +02:00
- [doit](http://pydoit.org/) (`pip3 install doit==0.31` or `apt-get install python3-doit`)
2018-07-31 17:21:39 +02:00
2018-08-20 00:19:35 +02:00
## 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
2018-07-31 17:21:39 +02:00
2018-08-09 13:47:34 +02:00
Running `doit` is enough.
It will build images, configure them, then run everything.
2018-08-20 00:19:35 +02:00
## Use
Point your browser to `http://feedati-fe/tt-rss/`.
NO, `http://localhost/` won't work.