mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 15:47:54 +02:00
Updated 19.1 Release notes and distribution specific instructions (markdown)
@ -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".
|
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
|
# 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!
|
> 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/
|
cd /etc/yum.repos.d/
|
||||||
wget https://download.opensuse.org/repositories/server:eGroupWare/RHEL_7/server:eGroupWare.repo
|
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
|
yum install egroupware-docker
|
||||||
```
|
```
|
||||||
or to update an existing installation
|
or to update an existing (non-EPL) installation:
|
||||||
```
|
```
|
||||||
yum update
|
yum update
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user