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,

/DIGIT-DevOps/config-as-code/environments/egov-demo-secrets.yaml
  • Update the deployment configuration details for the below as per your specifications:

    1. Number of replicas/scale of each service (depending on whether dev or prod load)

    2. You must update the SMS gateway, email gateway, and payment gateway details for the notification and payment gateway services, etc.

    3. Update the config and MDMS GitHub repos wherever marked.

    4. Update GMap key (In case you are using Google Map services in your PGR, PT, TL, etc)

    5. 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>.

    6. URL/DNS on which DIGIT will be exposed.

    7. SSL certificate for the above URL.

    8. Any specific endpoint configurations (Internal/external).

/DIGIT-DevOps/config-as-code/environments/egov-demo.yaml

Last updated