mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:13 +01:00
Updated 19.1 Installation using egroupware docker RPM DEB package (markdown)
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.
|
||||
## 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: <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
|
||||
/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:
|
||||
|
Loading…
Reference in New Issue
Block a user