All Projects → EGroupware → Egroupware

EGroupware / Egroupware

Licence: gpl-2.0
Web based groupware server written in PHP, forum at https://help.egroupware.org/

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Egroupware

webmail-pro-8
Webmail front-end for existing mail server, with personal calendar, contacts, and mobile sync.
Stars: ✭ 23 (-82.03%)
Mutual labels:  calendar, webmail
How To Collaborate On Github
A mini book about collaborating on GitHub
Stars: ✭ 346 (+170.31%)
Mutual labels:  project-management, collaboration
awesome-project-management
One of those awesome things.
Stars: ✭ 25 (-80.47%)
Mutual labels:  collaboration, project-management
phpcollab
Project management and collaboration over the internet.
Stars: ✭ 42 (-67.19%)
Mutual labels:  collaboration, project-management
Mycollab
An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
Stars: ✭ 1,063 (+730.47%)
Mutual labels:  project-management, collaboration
groupoffice
Group Office groupware and CRM
Stars: ✭ 80 (-37.5%)
Mutual labels:  calendar, collaboration
Wookteam
WookTeam是一款轻量级的开源在线团队协作工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,知识库管理等工具。
Stars: ✭ 287 (+124.22%)
Mutual labels:  project-management, collaboration
Leantime
Leantime is a lean project management system for innovators. Designed to help you manage your projects from ideation to delivery.
Stars: ✭ 702 (+448.44%)
Mutual labels:  project-management, calendar
Openly Rails
"GitHub" for Google Drive [inactive]
Stars: ✭ 20 (-84.37%)
Mutual labels:  project-management, collaboration
Twake
Twake is a secure open source collaboration platform to improve organizational productivity.
Stars: ✭ 862 (+573.44%)
Mutual labels:  collaboration, calendar
Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+1251.56%)
Mutual labels:  project-management, collaboration
Communityserver
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
Stars: ✭ 1,363 (+964.84%)
Mutual labels:  project-management, collaboration
Focalboard
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
Stars: ✭ 1,153 (+800.78%)
Mutual labels:  project-management, collaboration
Cosmocalendar
📅 CosmoCalendar is a fully customizable calendar with a wide variety of features and displaying modes.
Stars: ✭ 1,547 (+1108.59%)
Mutual labels:  calendar
Wxa Plugin Calendar
小程序插件-预约日历插件-微信小程序日历插件
Stars: ✭ 124 (-3.12%)
Mutual labels:  calendar
Calendar
📆 calendar 日历
Stars: ✭ 119 (-7.03%)
Mutual labels:  calendar
Chrono
Date and time library for Rust
Stars: ✭ 1,780 (+1290.63%)
Mutual labels:  calendar
Sms Backup Plus
Backup Android SMS, MMS and call log to Gmail / Gcal / IMAP
Stars: ✭ 1,626 (+1170.31%)
Mutual labels:  calendar
Skcalendarview
SKCalendarView是一个高可控性的日历基础组件,为了提高应用的自由度,默认只提供了日历部分的视图封装,但不涵盖切换月份按钮、年月分显示等非关键性控件,但请不要担心,SKCalendarView为你提供了多样性的API,你可以很轻松的拿到这些信息去展示在你自己的自定义控件中。不仅如此,SKCalendarView还为你封装了公历、农历、节假日以及中国24节气的核心算法,即使你觉得默认的视图并不合胃口,也可以直接快速的利用这套算法创造出一个全新的日历控件。最后,SKCalendarView还提供了一些简单的切换动画,如果你不喜欢它,可以忽略掉,用自己的,这里完全不会受到任何限制。
Stars: ✭ 121 (-5.47%)
Mutual labels:  calendar
Hydroshare
HydroShare is a collaborative website for better access to data and models in the hydrologic sciences.
Stars: ✭ 117 (-8.59%)
Mutual labels:  collaboration

EGroupware

Branch Status Tools Usage
master Build Status Travis CI runs unit-tests after each commit
20.1 Build Status Scrutinizer CI scrutinizer runs static analysis on our codebase
19.1 Build Status BrowserStack manual testing with unusual browser versions or platforms

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 20.1 via Docker:

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.

Installing EGroupware 19.1 via Docker:

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.

Installing EGroupware development version:

apt/yum/zypper install nodejs
npm install -g grunt-cli
  • install EGroupware and dependencies
cd /path/to/your/docroot
git clone https://github.com/EGroupware/egroupware.git # or [email protected]:EGroupware/egroupware.git for ssh
cd egroupware
./install-cli.php
  • install non-default EGroupware apps by cloning them into your egroupware directory eg.
cd /path/to/your/egroupware
git clone https://github.com/EGroupware/wiki.git

Keeping EGroupware up to date or switch to release branch:

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":

  • release: taged maintenance releases only eg. 19.1.20200701
  • bugfix: release-branch incl. latest bugfixes eg. 20.1, if you are currently on 20.1.20200710
  • <branch>: switch to given branch
  • master: latest development for next release

To change the channel, call install-cli.php <channel-to-update-to>.

For further instalation instructions see our wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].