Setup Git Repository
Overview
This page provides step-by-step details on setting up a git repo for code, configs, V1 MDMS, and Infra As Code.
Steps
Fork the following repos that contain the master data and default configurations. Customize the data (master data, ULB, Tenant details, Users, etc) as per specific implementation requirements in the respective GitHub organization accounts.
Follow the steps given below to setup the git repository,
Create a GitHub user account, and generate an ssh authentication key (generate a new SSH key and add it to the above user account.
Enable new GitHub users to access the forked repos.
Add the ssh private key generated in the previous step to the egov-demo-secrets.yaml within the git-sync section.
Update the services in the git-sync repository by specifying the forked repository and branch in the egov-demo.yaml file.
Update the deployment configuration details for the below as per your specifications:
Number of replicas/scale of each service (depending on whether dev or prod load)
You must update the SMS gateway, email gateway, and payment gateway details for the notification and payment gateway services, etc.
Update the config and MDMS GitHub repos wherever marked.
Update GMap key (In case you are using Google Map services in your PGR, PT, TL, etc)
Create one private S3 bucket for Filestore and one public bucket for logos. Add the bucket details respectively and create an IAM user with the s3 bucket access. Add IAM user details to <env-secrets.yaml>.
URL/DNS on which DIGIT will be exposed.
SSL certificate for the above URL.
Any specific endpoint configurations (Internal/external).
Last updated