forked from blallo/Feedati
some more install info
This commit is contained in:
parent
1318d88a34
commit
07ff5594fe
2 changed files with 21 additions and 19 deletions
16
INSTALL.Debian.md
Normal file
16
INSTALL.Debian.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Feedati has been tested under debian stretch only. It will receive some test under debian buster, too. Don't
|
||||||
|
expect much more than this.
|
||||||
|
|
||||||
|
If using stretch, add stretch-backports to your repositories
|
||||||
|
|
||||||
|
echo deb http://ftp.debian.org/debian stretch-backports main >> /etc/apt/sources.list.d/backports.list
|
||||||
|
|
||||||
|
add docker repositories following
|
||||||
|
https://docs.docker.com/install/linux/docker-ce/debian/#set-up-the-repository
|
||||||
|
|
||||||
|
apt-get update
|
||||||
|
apt-get install docker.io golang-go python3-pip python3-doit
|
||||||
|
go get github.com/betalo-sweden/await
|
||||||
|
pip3 install docker-compose
|
||||||
|
|
||||||
|
ready!
|
24
README.md
24
README.md
|
@ -7,26 +7,12 @@ La nuova frontiera dello smanettamento con gli RSS
|
||||||
|
|
||||||
Serve installare le seguenti cosucce:
|
Serve installare le seguenti cosucce:
|
||||||
|
|
||||||
- GNU make
|
|
||||||
- docker
|
- docker
|
||||||
- docker-compose
|
- docker-compose
|
||||||
- `go get 'github.com/betalo-sweden/await'`
|
- `go get 'github.com/betalo-sweden/await'` (serve Go >= 1.8)
|
||||||
|
- [doit](http://pydoit.org/) (`pip3 install doit` or `apt-get install python3-doit`)
|
||||||
|
|
||||||
## Configurami
|
## Lanciare
|
||||||
|
|
||||||
Ci pensa il Makefile:
|
Running `doit` is enough.
|
||||||
|
It will build images, configure them, then run everything.
|
||||||
```
|
|
||||||
make build
|
|
||||||
```
|
|
||||||
|
|
||||||
## Giocare
|
|
||||||
|
|
||||||
Ogni volta che si vuole giocare:
|
|
||||||
|
|
||||||
```
|
|
||||||
make run
|
|
||||||
```
|
|
||||||
|
|
||||||
Per fermare il giochino dai un bel ctrl+c. Puoi riprendere
|
|
||||||
in qualsiasi momento con `make run`.
|
|
||||||
|
|
Reference in a new issue