Updated 20.1 Installation using egroupware docker RPM DEB package (markdown)

Ralf Becker 2020-06-17 16:46:51 +02:00
parent b699027903
commit d61ab2d45c

@ -6,18 +6,19 @@
* new installations use MariaDB 10.4 in an additional **egroupware-db** container (19.1 updates keep using the database on the host)
* new installations use Nginx as webserver/proxy on the host by default, unless you specify explicitly to use Apache2
* modifications to docker-compose file are now kept in a separate docker-compose.override.yml to ease updates
* Rocket.Chat is no longer automatic installed, as you should install your https certificate before!
* EGroupware now uses TypeScript instead of plain JavaScript to ease client-side development
### 20.1 packages are currently available only in a special repository
The following example is for Ubuntu 20.04 (replace ```20.04``` with ```18.04``` or ```16.04```, or ```xUbuntu_20.04``` with ```Debian_10```):
> For CentOS, RHEL, openSUSE or SLES [follow the 19.1 instructions](https://github.com/EGroupware/egroupware/wiki/19.1-Release-notes-and-distribution-specific-instructions/_edit#opensuse-151--150-or-sles-15--12) replacing ```server:eGroupWare``` with ```server:eGroupWare:/trunk``` in the repository
> For CentOS, RHEL, openSUSE or SLES [follow the 19.1 instructions](https://github.com/EGroupware/egroupware/wiki/19.1-Release-notes-and-distribution-specific-instructions/_edit#opensuse-151--150-or-sles-15--12) replacing ```server:/eGroupWare``` with ```server:/eGroupWare:/trunk``` in the repository
```
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare:/trunk/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/server:eGroupWare:trunk.list"
sudo apt-get install gnupg # required for Debian 10 to use apt-key add
wget -nv https://download.opensuse.org/repositories/server:eGroupWare:/trunk/xUbuntu_20.04/Release.key -O - | \
wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_20.04/Release.key -O - | \
sudo apt-key add -
apt update