egroupware-docker
21.1.20210406
About: EGroupware is a Web-based GroupWare suite (a fork of the phpGroupWare project). It enables you to manage contacts, appointments, todos and many more for your whole business.
![]() ![]() |
Branch | Status | Tools | Usage |
---|---|---|---|
master | ![]() |
runs unit-tests after each commit | |
20.1 | ![]() |
runs static analysis on our codebase | |
19.1 | manual testing with unusual browser versions or platforms |
https://software.opensuse.org/download.html?project=server%3AeGroupWare&package=egroupware-epl
EGroupware 20.1 can be installed via Docker, in fact the DEB/RPM packages also does that. Instructions on how to run EGroupware in Docker are in doc/docker subdirectory.
EGroupware 19.1 can be installed via Docker, in fact the DEB/RPM packages also does that. Instructions on how to run EGroupware in Docker are in doc/docker subdirectory.
apt/yum/zypper install nodejs
npm install -g grunt-cli
cd /path/to/your/docroot
git clone https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh
cd egroupware
./install-cli.php
cd /path/to/your/egroupware
git clone https://github.com/EGroupware/wiki.git
cd /path/to/your/egroupware
./install-cli.php [<change-channel>]
setup/setup-cli.php # will tell you if a schema-update is necessary
install-cli.php supports the following "channels":
To change the channel, call install-cli.php <channel-to-update-to>
.
For further instalation instructions see our wiki.