All Projects → Intermesh → groupoffice

Intermesh / groupoffice

Licence: other
Group Office groupware and CRM

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects
perl
6916 projects
HTML
75241 projects

Projects that are alternatives of or similar to groupoffice

cerb-release
For over 20 years, teams of all sizes have used Cerb to manage their email workloads. Whether you're a solo founder replying to a few support messages per day, or a team with hundreds of members replying to thousands of messages per hour, you can serve your audience faster with Cerb's time-tested tools. Development at: https://github.com/jstande…
Stars: ✭ 37 (-53.75%)
Mutual labels:  email, crm, collaboration, groupware
Communityserver
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
Stars: ✭ 1,363 (+1603.75%)
Mutual labels:  file-sharing, crm, collaboration
Twake
Twake is a secure open source collaboration platform to improve organizational productivity.
Stars: ✭ 862 (+977.5%)
Mutual labels:  calendar, file-sharing, collaboration
Zdoo
CRM& Chat& Collaboration system/tool written in PHP, Free Upgrade Forever!​
Stars: ✭ 33 (-58.75%)
Mutual labels:  crm, collaboration
Kodexplorer
A web based file manager,web IDE / browser based code editor
Stars: ✭ 5,490 (+6762.5%)
Mutual labels:  file-sharing, collaboration
Copper
Copper mail : comprehensive email solution which can be readily deployed without complex configurations.
Stars: ✭ 12 (-85%)
Mutual labels:  email, groupware
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+22053.75%)
Mutual labels:  file-sharing, collaboration
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+827.5%)
Mutual labels:  calendar, email
Egroupware
Web based groupware server written in PHP, forum at https://help.egroupware.org/
Stars: ✭ 128 (+60%)
Mutual labels:  calendar, collaboration
bnote
BNote - Open Source Ensemble Management
Stars: ✭ 20 (-75%)
Mutual labels:  collaboration, groupware
thymeflow
Installer for Thymeflow, a personal knowledge management system.
Stars: ✭ 27 (-66.25%)
Mutual labels:  calendar, email
docker-sogo
Run sogo in a docker container.
Stars: ✭ 20 (-75%)
Mutual labels:  calendar, groupware
summit-app-ios
The official app for the OpenStack Summit
Stars: ✭ 35 (-56.25%)
Mutual labels:  calendar
scalendar
Drag and Drop your tasks and reminders based on a weekly calendar with a clean, minimal interface and zero clutter 🗓 💯 Built with React DnD 💻
Stars: ✭ 42 (-47.5%)
Mutual labels:  calendar
ioBroker.backitup
Backitup enables the cyclical creation of backups of an IoBroker / Homematic installation
Stars: ✭ 43 (-46.25%)
Mutual labels:  email
Void
Fast and elegant file hosting service.
Stars: ✭ 48 (-40%)
Mutual labels:  file-sharing
contao-events subscriptions
Contao extension that allows members of your website to subscribe to the events
Stars: ✭ 12 (-85%)
Mutual labels:  calendar
osm-teams
Teams for OpenStreetMap! Check the beta 👉
Stars: ✭ 14 (-82.5%)
Mutual labels:  collaboration
sketch-git-hooks
Easy trick how to enjoy Git versioning for Sketch files thanks to Git Hooks
Stars: ✭ 12 (-85%)
Mutual labels:  collaboration
UCRM
Installation Scripts for Ubiquiti's UCRM - Complete ISP Management Platform
Stars: ✭ 65 (-18.75%)
Mutual labels:  crm

Group Office groupware and CRM

Group-Office is an enterprise CRM and groupware tool. Share projects, calendars, files and e-mail online with co-workers and clients. Easy to use and fully customizable.

Install

If you're not a developer and you wish to use Group-Office please visit:

https://www.group-office.com/documentation.html

Developers

Docker

Production

Our Docker image can be found here:

https://github.com/Intermesh/docker-groupoffice

Development

If you'd like to get started with Group-Office development please have a look at our docker-compose project. You can get started in minutes with just a few commands:

https://github.com/Intermesh/docker-groupoffice-development

Manual from source

  1. Install regularly like on https://groupoffice.readthedocs.io/en/latest/install/install.html

  2. If using the Debian packages then disable the APT repositoty to avoid overwritten source on update.

  3. Clone this repository

  4. Change into the "www" directory.

  5. Install composer libraries:

    "composer install"
    
  6. Compile sass:

    sass views/Extjs3/themes/Paper/src/style.scss views/Extjs3/themes/Paper/style.css
    sass views/Extjs3/themes/Paper/src/style-mobile.scss views/Extjs3/themes/Paper/style-mobile.css
    
  7. Symlink the original source directory to your development files. For example:

    Move Debian package folder away:

    mv /usr/share/groupoffice /usr/share/groupofficebak
    

    Create symlink to master clone:

    ln -s ~/Projects/groupoffice/master/www /usr/share/groupoffice
    
  8. Launch it in the web browser and follow the installer's instructions.

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].