As the name suggests, Commons refers to all the common services (also called "kernel") that are used by other modules of MOSIP.
Refer to SQL scripts.
The project requires JDK 1.11.
- Build and install:
$ cd kernel $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
- Build Docker for a service:
$ cd <service folder> $ docker build -f Dockerfile
To deploy Commons services on Kubernetes cluster using Dockers refer to Sandbox Deployment.
Automated functaionl tests available in Functional Tests repo.
API documentation is available here.
This project is licensed under the terms of Mozilla Public License 2.0.