Merge pull request #33 from LemmyNet/Nutomic-patch-2

For Ansible, mention that docker_compose plugin needs to be installed
This commit is contained in:
Dessalines 2021-03-02 10:57:19 -05:00 committed by GitHub
commit 03e002a592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
This is the same as the [Docker installation](install_docker.md), except that Ansible handles all of it automatically. It also does some extra things like setting up TLS and email for your Lemmy instance.
First, you need to [install Ansible on your local computer](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) (e.g. using `sudo apt install ansible`) or the equivalent for you platform.
First, you need to [install Ansible on your local computer](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html). You also need to install the [docker_compose plugin](https://docs.ansible.com/ansible/latest/collections/community/docker/docker_compose_module.html#id4) for Ansible.
Then run the following commands on your local computer: