mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Updated 19.1 Release notes and distribution specific instructions (markdown)
parent
6e932ec692
commit
8d8bd180a8
@ -15,17 +15,17 @@ It will ask your EPL repo credentials, add them and the EPL image to your docker
|
||||
# Ubuntu 20.04, 18.04 & 16.04 or Debian 10
|
||||
For new installations or updating from EPL you need to add our server:eGroupWare repo first:
|
||||
```
|
||||
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/server:eGroupWare.list"
|
||||
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/server:eGroupWare.list"
|
||||
|
||||
sudo 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 - | \
|
||||
wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_20.04/Release.key -O - | \
|
||||
sudo apt-key add -
|
||||
```
|
||||
For Ubuntu 18.04 the docker.service must be enable manually to automatic start at system start:
|
||||
`sudo systemctl enable docker.service`
|
||||
|
||||
> For Ubuntu 16.04 please replace in the above instructions "xUbuntu_18.04" with "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 10 use "Debian_10".
|
||||
|
||||
Then you need to run for new installations as well as upgrades explicitly (```apt upgrade``` alone is not sufficient!):
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user