Updated 19.1 Installation using egroupware docker RPM DEB package (markdown)

Ralf Becker
2019-07-18 13:44:41 +02:00
parent 9054bbf7a5
commit 24eb2aedc4

@ -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. 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 ## How to install EGroupware GmbH's EPL version
The update described above will remove the EPL packages, of cause leaving your data intact. 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 /etc/egroupware-docker/use-epl.sh
User: <your-username>
Password: <your-password>
cd /etc/egroupware-docker
sed -i 's#egroupware/egroupware#download.egroupware.org/egroupware/epl#g' docker-composer.yml
docker-compose up -d
``` ```
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 ## ## Some more technical information what the installation is actually doing ##
* the package will install docker, docker-compose and MariaDB-server, if not already installed * 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: * it will install a docker-compose file and some Apache and Nginx config files in /etc/egroupware-docker: