spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.9k stars 1.04k forks source link

Add one liners for installing required programs on a server and a local computer #3757

Open luixxiul opened 1 week ago

luixxiul commented 1 week ago

Is your feature request related to a problem? Please describe. I like detailed information on https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/prerequisites.md about which programs need to be installed, but I think it would be better if there also are one liners for those programs as well. They should greatly reduce the number of basic questions related to required software such as Ansible.

Here are examples:

Describe the solution you'd like One liners like this:

(On your local computer) For Debian/Ubuntu:

$ sudo apt install -y python3 git just …

For ArchLinux:

For Windows: …

(On your server) For Debian/Ubuntu: …

Describe alternatives you've considered

Additional context I'm no expert here so I could not make a proper suggestion about which one liners would be expected.