Updated Distribution specific instructions (markdown)

Ralf Becker
2021-09-18 10:20:47 +02:00
parent e99579e8a8
commit 503e139af6

@ -12,18 +12,18 @@ To install the EPL source / run the EPL container you need your download.egroupw
``` ```
It will ask your EPL repo credentials, add them and the EPL image to your docker-compose.yml file and start the EPL container. It will ask your EPL repo credentials, add them and the EPL image to your docker-compose.yml file and start the EPL container.
# Ubuntu 20.04, 18.04 & 16.04 or Debian 10 # Ubuntu 20.04, 18.04 & 16.04 or Debian 11 or 10
For new installations or updating from EPL you need to add our server:eGroupWare repo first: For new installations or updating from EPL you need to add our server:eGroupWare repo first:
``` ```
echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/server:eGroupWare.list echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/server:eGroupWare.list
sudo apt install gnupg # required, but not installed by apt-key add for Debian 10 sudo apt install gnupg # required, but not installed by apt-key add for Debian 10/11
wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_20.04/Release.key -O - | sudo apt-key add - wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_20.04/Release.key -O - | sudo apt-key add -
sudo apt update sudo apt update
``` ```
For Ubuntu 18.04 the docker.service must be enable manually to automatic start at system start: For Ubuntu 18.04 the docker.service must be enable manually to automatic start at system start:
`sudo systemctl enable docker.service` `sudo systemctl enable docker.service`
> For Ubuntu 18.04 or 16.04 please replace in the above instructions "xUbuntu_20.04" with "xUbuntu_18.04" or "xUbuntu_16.04", for Debian 10 use "Debian_10". > For Ubuntu 18.04 or 16.04 please replace in the above instructions "xUbuntu_20.04" with "xUbuntu_18.04" or "xUbuntu_16.04", for Debian use "Debian_10" or "Debian_11".
Then you need to run for new installations as well as **upgrades from before 19.1** explicitly (```apt upgrade``` alone is not sufficient!): Then you need to run for new installations as well as **upgrades from before 19.1** explicitly (```apt upgrade``` alone is not sufficient!):
``` ```