3 Star 2 Fork 1

Gitee 极速下载/groupoffice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Intermesh/groupoffice
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

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 repository to avoid overwritten source on update.
  3. Clone this repository
  4. Change into the "www" directory.
  5. Create subdirectories for the GOUI Framework and the GroupOffice Core libraries:
mkdir -p views/goui/goui
mkdir -p views/goui/groupoffice-core
  1. Clone the GOUI and GroupOffice Core libraries in the newly created directories. Please note that these are to be git submodules:
git submodule add git@github.com:Intermesh/goui.git www/views/goui/goui/
git submodule add git@github.com:Intermesh/groupoffice-core.git www/views/goui/groupoffice-core/
  1. Initialize the submodules:
git submodule init
git submodule update
  1. Follow the instructions in the README.md file for the GOUI library. This will install dependencies and compile the typescript code.

  2. Do the same for the GroupOffice Core library. As this library depends on the GOUI library.

  3. Install composer libraries:

"composer install"
  1. 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
  1. 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
  1. Launch it in the web browser and follow the installer's instructions.

Happy coding!

空文件

简介

一款强大的企业办公软件,主要功能包括:日程、客户关系管理、电子邮件、文件共享、项目管理以及数据同步等 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mirrors/groupoffice.git
git@gitee.com:mirrors/groupoffice.git
mirrors
groupoffice
groupoffice
master

搜索帮助