add link to release notes and distro specific instructions

Ralf Becker 2019-08-14 12:53:17 +02:00
parent 35ab9e28c1
commit 1cecd78d2a

@ -1,18 +1,22 @@
![](http://www.egroupware.org/wp-content/themes/egroupware/images/logo.svg)
> Please also note the [release notes and distribution specific instructions](https://github.com/EGroupware/egroupware/wiki/19.1-Release-notes-and-distribution-specific-instructions)
The 19.1+ installation is based on **Docker**, even for the DEB or RPM packages.
The only requirement for the host system is Docker and for DEB/RPM packages a recent MariaDB or MySQL.
> There is no difference in most parts of the installation between **community edition** (CE) and EGroupware GmbH **EPL** version. Same is true for an in-place upgrade from 17.1 and a new installation.
You first need to create a repository file for your Linux distribution and version and import the key for it.
I'll show it here in details for Ubuntu 18.04, for other distributions use [this link](https://software.opensuse.org/download/package.iframe?project=server%3AeGroupWare&package=egroupware-docker). This is not necessary if you update, unless you use EPL, which used a different repo before.
Run the following commands as root on Ubuntu 18.04 to install or update EGroupware:
I'll show it here in details for Ubuntu 18.04, for other distributions use [the above link](https://github.com/EGroupware/egroupware/wiki/19.1-Release-notes-and-distribution-specific-instructions). This is NOT necessary if you update, unless you use EPL, which used a different repo before.
```
echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_18.04/ /' | \
sudo tee /etc/apt/sources.list.d/server:eGroupWare.list
apt-get install gnupg # required, but not installed by apt-key add
wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_18.04/Release.key -O - | \
sudo apt-key add -
```
Run the following commands as root on Ubuntu 18.04 to install or update EGroupware:
```
sudo apt-get update
sudo apt-get install egroupware-docker
```