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-mailbox | Mandatory |
Install carbonio-user-management via apt:
sudo apt install carbonio-user-managementor via yum:
sudo yum install carbonio-user-managementAfter the installation you must run pending-setups in order to register the service
in service-discover.
Build using maven:
mvn installThe uber-jar will be saved inside the app/target folder.
Unit tests:
mvn verify -Dskip.unit.tests=falseIntegration tests (requires Docker):
mvn verify -Dskip.integration.tests=falseWith the generated uber-jar:
java -Djava.net.preferIPv4Stack=true -jar app/target/carbonio-user-management-app-*-runner.jarStarts the full Docker stack (mailbox, consul, postgres) and the app with hot-reload:
mvn -pl app quarkus:devUser Management 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, 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
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