17 lines
587 B
Markdown
17 lines
587 B
Markdown
|
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!
|