Updated 19.1 Release notes and distribution specific instructions (markdown)

Ralf Becker 2019-08-21 08:57:13 +02:00
parent fa15e67877
commit cb5be7a3c7

@ -51,6 +51,8 @@ systemctl status docker
```
Now you can follow the Ubuntu/Debian instructions above using "Debian_9.0" instead of "xUbuntu_18.04".
> Even as Debian 9 does not provide a docker package, it provides a too old docker-compose package/command, therefore we provide a current one in our repository.
# openSUSE 15.1 & 15.0 or SLES 15 & 12
> If you have automatic updates enabled or run ```zypper update``` manually update to 19.1 will happen automatic!
@ -81,11 +83,15 @@ For new installations or updating from EPL you need to add our server:eGroupWare
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare/RHEL_7/server:eGroupWare.repo
```
Then you need to run for a new installations or updating EPL:
Then you need to run for a new installations:
```
yum install mariadb-server egroupware-docker
```
or updating EPL:
```
yum install egroupware-docker
```
or to update an existing installation
or to update an existing (non-EPL) installation:
```
yum update
```