This is the official repository for Carbonio Workstream Collaboration CE.
Build using maven:
mvn clean install
If you also want to generate all artifacts, run
mvn clean install -P artifacts
If you want to generate only the artifact for a specific distro
mvn clean install -P artifacts -D distro=<1>
Where
- distro value is the distro name (ubuntu or rocky-8)
If you want to generate only the artifact for a specific distro and deploy it in a test server
mvn clean install -P artifacts -D distro=<1> -D deployOn=<2> -D debugMode=<3>
Where
- distro value is the distro name (ubuntu or rocky-8)
- deployOn value is the domain name or IP of the server to deploy the artifact
- debugMode is a boolean value to indicate whether the installed Chat environment should have the debug port active
There's also a noDocker
option which will build artifacts using a local pacur
instance instead of using the docker image, which is useful for CI pipeline.
With the generated fat-jar:
java -jar ./boot/target/zextras-ws-collaboration-ce-fatjar.jar
Workstream Collaboration CE backend service for Zextras Carbonio.
Released under the AGPL-3.0-only license as specified here: COPYING.
Copyright (C) 2022 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, version 3 only of the License.
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
All non-software material (such as, for example, names, images, logos, sounds) is owned by Zextras and is licensed under CC-BY-NC-SA https://creativecommons.org/licenses/by-nc-sa/4.0/. Where not specified, all source files owned by Zextras are licensed under AGPL-3.0-only.