Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
2018-11-29 10:32:42 -07:00
addressbook Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 10:32:42 -07:00
admin Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 09:35:35 -07:00
api Fix some PHP 7.2 warnings "PHP Warning: count() Parameter must be an array or object ..." 2018-11-29 10:13:49 -07:00
calendar Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 10:32:42 -07:00
collabeditor Introduces avatar.php and replaces all addressbook.photo urls accordingly 2018-10-31 13:49:51 +01:00
doc fix distro detection to use /etc/os-release to detect newer SUSE distros 2018-10-18 19:48:29 +02:00
emailadmin remove hooks from EMailAdmin as it might screw up adding/removing accounts 2017-11-14 15:19:42 +01:00
filemanager W.I.P. of disableIfNoEPL attribute: 2018-11-27 15:22:50 +01:00
files
home Add some translations, thanks to Evgen Vodopivec. 2018-04-03 11:24:42 +02:00
importexport Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 09:35:35 -07:00
infolog Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 10:32:42 -07:00
mail Rely on disableIFNoEPL attribute 2018-11-27 11:51:11 +01:00
notifications Show error text of notifications response from server 2018-09-06 15:40:25 +02:00
pixelegg Introduces avatar.php and replaces all addressbook.photo urls accordingly 2018-10-31 13:49:51 +01:00
preferences Remove rte_features from preferences 2018-11-28 18:06:38 +01:00
resources Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 10:32:42 -07:00
setup pending translations from our translation server 2018-10-26 16:20:45 +02:00
timesheet Import/Export - change signature of method that gets options to allow definition-specific values 2018-11-29 10:32:42 -07:00
ViewerJS
.gitignore
.htaccess
.mrconfig
.travis.yml 7.3 seems not yet to be available in Travis 2018-10-18 11:28:56 +02:00
about.php
composer.json Remove magicsuggest from api then add it to vendor 2018-06-21 13:39:00 +02:00
composer.lock Add magicsuggest new package reference 2018-07-13 11:04:40 +02:00
groupdav.htaccess
groupdav.php
Gruntfile.js Add flags.css into minified bundles 2018-09-18 11:01:17 +02:00
header.inc.php.template
index.php
json.php return and show in browser JSON parsing errors maybe caused by network problems 2018-11-01 12:00:08 +01:00
login.php
logout.php WIP egw installs now without phpgwapi and allows to login 2016-05-02 22:26:40 +00:00
package.json remove old grunt-contrib-uglify (replaced with grunt-contrib-uglify-es) 2018-08-03 09:52:45 +02:00
README.md Update README.md 2017-11-15 16:53:44 +01:00
redirect.php
remote.php
share.php Use isset(), otherwise it tries to create a share 2018-06-05 14:31:04 -06:00
status.php
updateGruntfile.php
webdav.php

EGroupware

Branch Status Composer
master Build Status Dependency Status
17.1 Build Status Dependency Status
16.1 Build Status Dependency Status

Default and prefered installation method for EGroupware is via your package manager:

https://software.opensuse.org/download.html?project=server%3AeGroupWare&package=egroupware-epl

Installing EGroupware 17.1 from github:

switch to 17.1 branch and follow instructions there

Installing EGroupware development version:

  • 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 composer.phar from https://getcomposer.org/download/
  • install myrepos (mr) from https://myrepos.branchable.com/ or your distribution package manager
  • add a line /path/to/egroupware/.mrconfig to your ~/.mrtrust, to allow running composer.phar and git clone
  • mr up
  • enable further / non-default EGroupware apps by uncommenting them in .mrconfig and run mr up
  • continue installation at http://localhost/egroupware/setup/
  • to get minified JavaScript and CSS you need to install nodejs and grunt, if you have not already done so
  • install nodejs from your distribution package manager
  • npm install -g grunt-cli # installs grunt command globally, if you have not already done so
  • npm install # installs required npm/grunt modules into node_modules/ dir
  • run grunt manually after every update, or better uncomment grunt steps in .mrconfig