From 07ff5594fe3fefbdeac856c0bfce098551f3fdac Mon Sep 17 00:00:00 2001 From: boyska Date: Thu, 9 Aug 2018 13:47:34 +0200 Subject: [PATCH] some more install info --- INSTALL.Debian.md | 16 ++++++++++++++++ README.md | 24 +++++------------------- 2 files changed, 21 insertions(+), 19 deletions(-) create mode 100644 INSTALL.Debian.md diff --git a/INSTALL.Debian.md b/INSTALL.Debian.md new file mode 100644 index 0000000..9509669 --- /dev/null +++ b/INSTALL.Debian.md @@ -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! diff --git a/README.md b/README.md index e0e54f8..993eaee 100644 --- a/README.md +++ b/README.md @@ -7,26 +7,12 @@ La nuova frontiera dello smanettamento con gli RSS Serve installare le seguenti cosucce: - - GNU make - docker - 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: - -``` -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`. +Running `doit` is enough. +It will build images, configure them, then run everything.