Installation Gruppenverwaltung in EGw (Docker)
As of version 23.1, the group management is again part of the community version.
This means that the group management does not have to be installed separately.
Since the Maintenance Release 21.1.20221202 PHP 8.1 is delivered in the standard. This means that the community group app no longer works.
It is possible to:
a) revert to PHP 7.4, or
b) wait for the next release (group administration included again)
As in
and
the group administration is available for users with appropriate access data of the repo.
The installation in a 19.1(and above)-Docker installation must be done on the host. Exactly the same way as in the 17.1 as âsimpleâ package installation (in the example Ubuntu/Debian):
-
import the key
wget -O - http://USERNAME:PASSWORD@download.egroupware.org/repos/community/xUbuntu_17.10/Release.key | apt-key add -
-
create repo
echo âdeb http://USERNAME:PASSWORD@download.egroupware.org/repos/community/xUbuntu_17.10/ ./â >/etc/apt/sources.list.d/community.list
-
update package sources
apt update
-
install group app
apt install egroupware-epl-groups
The group administration is carried out according to
/usr/share/egroupware
installed and passed on to the appropriate place in the EGw docker container. This means that the installation is retained even if the EGroupware container is updated.
Due to the integration of the repository, updates of the group administration will be offered in the future as well.
The packages are currently not created for newer distributions. Since there are no distribution dependencies, the latest versions/directories can be included. An overview is provided by calling :
http:///Username:Password@download.egroupware.org/repos/community/
Donât be surprised: The group administration has a status of â1.1.20180412â. This is correct, because it is the last valid/working state until today.
For questions, suggestions, etc. please as always create a separate topic in the forum and refer to this article.