Documentation changes for Debian Buster

This commit is contained in:
Christoph Haas 2020-04-27 00:49:05 +02:00
parent ed53b08610
commit e7c71049c7

View file

@ -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: