diff --git a/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md b/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md index c26d1c5..41681ac 100644 --- a/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md +++ b/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md @@ -24,15 +24,11 @@ If you prefer to use Nginx for new installations, just add "nginx" before egroup If this is a new installation and you missed the credentials of your first EGroupware admin user "sysop" or the EGroupware setup user "admin", you can always find them under /var/lib/egroupware/egroupware-docker-install.log. ## How to install EGroupware GmbH's EPL version The update described above will remove the EPL packages, of cause leaving your data intact. -To install the EPL source / run the EPL container you need your download.egroupware.org credentials and run the following commands: +To install the EPL source / run the EPL container you need your download.egroupware.org credentials and run the following command: ``` -docker login download.egroupware.org -User: -Password: -cd /etc/egroupware-docker -sed -i 's#egroupware/egroupware#download.egroupware.org/egroupware/epl#g' docker-composer.yml -docker-compose up -d +/etc/egroupware-docker/use-epl.sh ``` +It will ask your EPL repo credentials, add them and the EPL image to your docker-compose.yml file and start the EPL container. ## Some more technical information what the installation is actually doing ## * the package will install docker, docker-compose and MariaDB-server, if not already installed * it will install a docker-compose file and some Apache and Nginx config files in /etc/egroupware-docker: