matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

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

Open luixxiul opened this issue 1 year ago • 0 comments

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:

  • https://docs.joinmastodon.org/admin/install/#system-repositories
  • https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/dependencies.md#debian--ubuntu-and-derivatives

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.

luixxiul avatar Nov 07 '24 18:11 luixxiul