MOSIP Modules Deployment
Note:
This version of the guide is currently under revision and enhancement. For any support, please reach out to us on community.mosip.io.
Below is the sequence of installation of MOSIP modules and the sequence must be followed to resolve all interdependencies.
Installation
Conf secrets
cd $INFRA_ROOT/deployment/v3/mosip/conf-secrets
./install.sh
Config Server
cd $INFRA_ROOT/deployment/v3/mosip/config-server
./install.sh
Artifactory
cd $INFRA_ROOT/deployment/v3/mosip/artifactory
./install.sh
Keymanager
cd $INFRA_ROOT/deployment/v3/mosip/keymanager
./install.sh
WebSub
cd $INFRA_ROOT/deployment/v3/mosip/websub
./install.sh
Mock-SMTP
cd $INFRA_ROOT/deployment/v3/mosip/mock-smtp
./install.sh
Kernel
cd $INFRA_ROOT/deployment/v3/mosip/kernel
./install.sh
Masterdata-loader
cd $INFRA_ROOT/deployment/v3/mosip/masterdata-loader
./install.sh
Mock-biosdk
cd $INFRA_ROOT/deployment/v3/mosip/biosdk
./install.sh
Packetmanager
cd $INFRA_ROOT/deployment/v3/mosip/packetmanager
./install.sh
Datashare
cd $INFRA_ROOT/deployment/v3/mosip/datashare
./install.sh
Pre-reg
cd $INFRA_ROOT/deployment/v3/mosip/prereg
./install.sh
Idrepo
cd $INFRA_ROOT/deployment/v3/mosip/idrepo
./install.sh
Partner Management Services
cd $INFRA_ROOT/deployment/v3/mosip/pms
./install.sh
Mock ABIS
cd $INFRA_ROOT/deployment/v3/mosip/mock-abis
./install.sh
Mock-mv
cd $INFRA_ROOT/deployment/v3/mosip/mock-mv
./install.sh
Registration Processor
cd $INFRA_ROOT/deployment/v3/mosip/regproc
./install.sh
Admin
cd $INFRA_ROOT/deployment/v3/mosip/admin
./install.sh
ID Authentication
cd $INFRA_ROOT/deployment/v3/mosip/ida
./install.sh
Print
cd $INFRA_ROOT/deployment/v3/mosip/print
./install.sh
Partner Onboarder
cd $INFRA_ROOT/deployment/v3/mosip/partner-onboarder
./install.sh
MOSIP File Server
cd $INFRA_ROOT/deployment/v3/mosip/mosip-file-server
./install.sh
Resident services
cd $INFRA_ROOT/deployment/v3/mosip/resident
./install.sh
Registration Client
cd $INFRA_ROOT/deployment/v3/mosip/regclient
sudo apt-get update
sudo apt-get install jq
./install.sh
Last updated
Was this helpful?