zextras / carbonio-tasks-ce

Tasks backend service for Carbonio CE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carbonio Tasks CE

Tasks backend service for Zextras Carbonio Community Edition

Contributors Activity License Project Twitter

Dependencies πŸ”—

The following dependencies are required to run the service correctly but they are not installed by the package. They must be installed if Mandatory otherwise user discretion is advised.

Name Mandatory/Optional
carbonio-proxy Mandatory
carbonio-tasks-db Mandatory
carbonio-user-management Mandatory

How to install 🏁

Install carbonio-tasks-ce via apt:

sudo apt install carbonio-tasks-ce

or via yum:

sudo yum install carbonio-tasks-ce

After the installation you must run pending-setups in order to register the service in service-discover.

How to build βš™

Build using maven:

mvn clean install

It will generate a fat-jar inside the boot/target folder.

How to run πŸš€

With the generated fat-jar:

java -Djava.net.preferIPv4Stack=true -jar boot/target/carbonio-tasks-ce-*-jar-with-dependencies.jar

License πŸ“š

Tasks backend service for Zextras Carbonio Community Edition.

Released under the AGPL-3.0-only license as specified here: COPYING.

Copyright (C) 2023 Zextras https://www.zextras.com

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

See COPYING file for the project license details

See THIRDPARTIES file for other licenses details

Copyright notice

All non-software material (such as, for example, names, images, logos, sounds) is owned by Zextras s.r.l. and is licensed under CC-BY-NC-SA.

Where not specified, all source files owned by Zextras s.r.l. are licensed under AGPL-3.0-only

About

Tasks backend service for Carbonio CE

License:GNU Affero General Public License v3.0


Languages

Language:Java 96.6%Language:Shell 2.7%Language:PLpgSQL 0.4%Language:HCL 0.3%