From e7c71049c799f82a33535ebbd6f098ad563e7041 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 27 Apr 2020 00:49:05 +0200 Subject: [PATCH] Documentation changes for Debian Buster --- doc/README.Installation.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/README.Installation.md b/doc/README.Installation.md index 41d2258..273e33a 100644 --- a/doc/README.Installation.md +++ b/doc/README.Installation.md @@ -2,19 +2,18 @@ The easiest way to deploy the application is using Ansible. -Take a Debian Stretch server (8 GB RAM recommended). +Take a fresh Debian Buster server (8 GB RAM recommended). +You can use an existing server but be aware that the Ansible +playbook will assume it can use the TCP ports 80 and 443 and +be able to add PostgreSQL database users. -Install PIP to get a recent version of Ansible: +On the server check out this Git repository from +https://salsa.debian.org/debian/debshots - apt install python-pip - pip install ansible +Also install PIP to get a recent version of Ansible there: -Run the Ansible playbook that comes with the debshots repository: - - cd ansible - ansible-playbook debshots.yml - -Check out the project repository from https://salsa.debian.org/debian/debshots + apt install python3-pip + pip3 install ansible Change to the *ansible* subdirectory and run the main playbook: