Updated Installation using EGroupware docker RPM DEB package (markdown)

Ralf Becker 2024-04-30 17:57:18 +02:00
parent 3ba363133f
commit f480b434d1

@ -19,7 +19,7 @@ Since 20.1 EGroupware contains an additional push-server container and runs - fo
* TypeScript&JavaScript build process and loading is completely new and significant different compared to 21.1: * TypeScript&JavaScript build process and loading is completely new and significant different compared to 21.1:
* 23.1 currently requires a browser capable of ES2020, which is no problem for recent desktop browsers, but it is **not available on older Apple device which are not supported to update beyond iOS/Safari 14**. We plan to support them in one of the next maintenance releases. * 23.1 currently requires a browser capable of ES2020, which is no problem for recent desktop browsers, but it is **not available on older Apple device which are not supported to update beyond iOS/Safari 14**. We plan to support them in one of the next maintenance releases.
* 3rd party apps may require some adaption to the new JS loading. The container entrypoint includes their js/app.{ts,js} in the build. * 3rd party apps may require some adaption to the new JS loading. The container entrypoint includes their js/app.{ts,js} in the build.
* 23.1 is only available with PHP 8.1 and 3rd party apps or our [deprecated apps (Wiki & KnowlegeBase)]() require some adaption to work with PHP 8.1 * 23.1 is only available with PHP 8.2 and 3rd party apps or our [deprecated apps (Wiki & KnowlegeBase)]() require some adaption to work with PHP 8.2
* MariaDB container is updated to version 10.6 (unless you have an updated installation still using the database on the host) * MariaDB container is updated to version 10.6 (unless you have an updated installation still using the database on the host)
* Group administration is again be part of the community version (no longer need EPL or the separate groups app!) * Group administration is again be part of the community version (no longer need EPL or the separate groups app!)
@ -78,7 +78,7 @@ It will ask your EPL repo credentials, add them and the EPL image to your docker
* **egroupware-logs.sh** tail EGroupware's error-log * **egroupware-logs.sh** tail EGroupware's error-log
* EGroupware files will be store (as usual) in /var/lib/egroupware on the host * EGroupware files will be store (as usual) in /var/lib/egroupware on the host
* it will start the following container: * it will start the following container:
1. **egroupware** Ubuntu 20.04 based container with PHP 8.1 FPM and the EGroupware sources 1. **egroupware** Ubuntu 20.04 based container with PHP 8.2 FPM and the EGroupware sources
1. **egroupware-db** MariaDB 10.6 container (unless you update and used the DB from the host before) 1. **egroupware-db** MariaDB 10.6 container (unless you update and used the DB from the host before)
1. **egroupware-push** PHP Swoole 8.1 endpoint of all websocket connections 1. **egroupware-push** PHP Swoole 8.1 endpoint of all websocket connections
1. **egroupware-nginx** Alpine based container with internal Nginx server 1. **egroupware-nginx** Alpine based container with internal Nginx server