Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agroviva/install-egroupware
https://github.com/agroviva/install-egroupware
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/agroviva/install-egroupware
- Owner: agroviva
- Created: 2021-07-08T07:51:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T08:53:57.000Z (10 months ago)
- Last Synced: 2024-03-21T10:35:45.788Z (10 months ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```