8000 GitHub - mosip/commons at refs/heads/releas-branch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mosip/commons

 
 

Repository files navigation

Maven Package upon a push Quality Gate Status

Commons

Overview

As the name suggests, Commons refers to all the common services (also called "kernel") that are used by other modules of MOSIP.

Databases

Refer to SQL scripts.

Build & run (for developers)

The project requires JDK 21.0.3. and mvn version - 3.9.6

  1. Build and install:
    $ cd kernel
    $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
    
  2. Build Docker for a service:
    $ cd <service folder>
    $ docker build -f Dockerfile
    

Deployment in K8 cluster with other MOSIP services:

Pre-requisites

  • Set KUBECONFIG variable to point to existing K8 cluster kubeconfig file:
    •    export KUBECONFIG=~/.kube/<my-cluster.config>
      

Install

  $ cd deploy
  $ ./install.sh

Delete

  $ cd deploy
  $ ./delete.sh

Restart

  $ cd deploy
  $ ./restart.sh

Deploy

To deploy Commons-Services on Kubernetes cluster using Dockers refer to Sandbox Deployment.

Test

Automated functional tests available in Functional Tests repo.

APIs

API documentation is available here.

License

This project is licensed under the terms of Mozilla Public License 2.0.

About

This repository contains common utilities and services used by other MOSIP modules

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 68

Languages

0