Archived
2
0
Fork 0
forked from blallo/Feedati
This repository has been archived on 2024-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
Feedati/README.md

19 lines
406 B
Markdown
Raw Normal View History

2018-07-31 17:21:39 +02:00
FEEDATI
=======
La nuova frontiera dello smanettamento con gli RSS
## Installami
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-09 13:47:34 +02:00
## Lanciare
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.