Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
2019-01-07 18:49:22 +01:00
addressbook Commit session right after we store the state 2018-12-20 10:45:11 -07:00
admin Fix translations for Home screen 2018-12-20 16:06:12 +01:00
api fix not working mail-integration because of "extra logging" tried to convert imap object to a string 2019-01-07 18:49:22 +01:00
calendar Calendar - Move quick add preference to configuration tab 2019-01-07 09:23:49 -07:00
collabeditor Introduces avatar.php and replaces all addressbook.photo urls accordingly 2018-10-31 13:49:51 +01:00
doc copy 17.1 changelog to master to satisfy update checker 2018-12-05 10:23:37 +00:00
emailadmin
filemanager Commit session right after we store the state 2018-12-20 10:45:11 -07:00
files
home Fix translations for Home screen 2018-12-20 16:06:12 +01:00
importexport Import/Export - Fix unneeded warning about 'Unable to link...' when no link fields specified 2018-12-17 11:09:45 -07:00
infolog Commit session right after we store the state 2018-12-20 10:45:11 -07:00
mail fix function signature for the previous commit 2018-12-20 17:10:41 +01:00
notifications converting turkish translations to utf-8 2018-12-10 10:59:43 +01:00
pixelegg * Mobile theme: Fix inconsistent styling of submit buttons on login page, when browsing with Safari 2019-01-07 11:06:32 +01:00
preferences pending spanish translations from our translation server 2018-12-10 12:29:14 +01:00
resources Commit session right after we store the state 2018-12-20 10:45:11 -07:00
setup converting turkish translations to utf-8 2018-12-10 10:59:43 +01:00
timesheet Commit session right after we store the state 2018-12-20 10:45:11 -07:00
ViewerJS
.gitignore
.htaccess
.mrconfig
.travis.yml
about.php
composer.json
composer.lock
groupdav.htaccess
groupdav.php
Gruntfile.js adding et2_core_editableWidget.js to Gruntfile 2018-12-13 09:18:55 +01: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
package.json
README.md
redirect.php
remote.php
share.php
status.php
updateGruntfile.php fix bundles for TinyMCE and added on for messenger 2018-12-12 17:01:49 +01:00
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