Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agroviva/install-egroupware


https://github.com/agroviva/install-egroupware

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Install EGroupware via Docker
### First we install EGrouoware via docker than we transfer the files from the old Egroupware 16.9 to the new server.

```
rm -f InstallEGW.sh && curl -O https://raw.githubusercontent.com/agroviva/Install-EGroupware/main/InstallEGW.sh && bash InstallEGW.sh
```

# Reinstall Apps
### Reinstall third party apps like Zeiterfassung, CAO-Schnittstelle & ThreeCX
```
rm -f ReinstallApps.sh && curl -O https://raw.githubusercontent.com/agroviva/Install-EGroupware/main/ReinstallApps.sh && bash ReinstallApps.sh
```