Infrastructure Setup
Infrastructure setup is all about getting the right VMs and network setup, so that the required services can be deployed and run.
DRISTI setup is containerized and hence can be deployed in any environment. This guide shows how to deploy it on Azure or on OpenShift in State Data center (SDC).
The installation uses Github actions. GitHub actions is a GitHub CI/CD (Continuous Integration/Continuous Deployment) tool used to automate workflows related to deployment, testing, etc. It allows users to define tasks in YAMP files. These files are located in .github/workflows/ in the root directory of the repository to automate processes triggered by events such as push and pull requests, schedules, etc.
Last updated