# Deploy&#x20;

- [Setup](/complaints-management/deploy/setup.md): Quick Install Guide for deploying DIGIT CMS on AWS using GitHub Actions for development and demo environments
- [Quick Install](/complaints-management/deploy/setup/quick-install.md): One click deployment
- [Production Setup](/complaints-management/deploy/setup/production-setup.md)
- [Setup Infrastructure](/complaints-management/deploy/setup/production-setup/setup-infrastructure.md)
- [Amazon Web Services (AWS)](/complaints-management/deploy/setup/production-setup/setup-infrastructure/amazon-web-services-aws.md)
- [Azure](/complaints-management/deploy/setup/production-setup/setup-infrastructure/azure.md)
- [Google Cloud Provider (GCP)](/complaints-management/deploy/setup/production-setup/setup-infrastructure/google-cloud-provider-gcp.md)
- [On Premise](/complaints-management/deploy/setup/production-setup/setup-infrastructure/on-premise.md): CRS deployment steps on Rancher - State Data Center
- [Deploy Network File System (NFS) Server](/complaints-management/deploy/setup/production-setup/setup-infrastructure/on-premise/deploy-network-file-system-nfs-server.md): Steps to deploy NFS server on Rancher
- [Deploy MinIO](/complaints-management/deploy/setup/production-setup/setup-infrastructure/on-premise/deploy-minio.md): MinIO as a Microservice on Kubernetes
- [Deploy Complaints Management](/complaints-management/deploy/setup/production-setup/deploy-complaints-management.md): Steps to setup the DIGIT Complaints Management in a production environment
- [Data Setup](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/data-setup.md): CMS Data Loader – Technical Implementation & Usage Guide
- [Unified Approach](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/unified-approach.md)
- [1. Login & Add Tenant](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/unified-approach/1.-login-and-add-tenant.md)
- [2. Add Boundary](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/unified-approach/2.-add-boundary.md)
- [3. Add Dept & Complaints](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/unified-approach/3.-add-dept-and-complaints.md)
- [4. Add Employees](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/unified-approach/4.-add-employees.md)
- [5. Add New Language](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/unified-approach/5.-add-new-language.md)
- [6. Fix Errors](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/unified-approach/6.-fix-errors.md)
- [Alternative Approach](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/alternative-approach.md): Alternative Method: Using Three Separate Notebooks
- [Notebook 1: Tenant & Common Masters](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/alternative-approach/notebook-1-tenant-and-common-masters.md)
- [Notebook 2: Boundary Setup](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/alternative-approach/notebook-2-boundary-setup.md)
- [Notebook 3: Employee Onboarding](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/alternative-approach/notebook-3-employee-onboarding.md)
- [Three Notebooks Completion Checklist](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/alternative-approach/three-notebooks-completion-checklist.md)
- [Configure CMS Data Loader](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/configure-cms-data-loader.md)
- [Data Validation Layers](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/data-validation-layers.md): This section covers the validations that are imposed on the data that are send for upload
- [Phase 1 – Tenant and Branding Information](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/data-validation-layers/phase-1-tenant-and-branding-information.md)
- [Phase 2 – Boundary Master Upload](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/data-validation-layers/phase-2-boundary-master-upload.md)
- [Phase 3 – Common Master Template Structure](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/data-validation-layers/phase-3-common-master-template-structure.md)
- [Phase 4 – Employee Master Upload](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/data-validation-layers/phase-4-employee-master-upload.md)
- [Error Handling](/complaints-management/deploy/setup/production-setup/deploy-complaints-management/error-handling.md): Error Handling Mechanism & Processed Error Sheet Generation
- [Get Started](/complaints-management/deploy/setup/get-started.md)
- [FAQ](/complaints-management/deploy/setup/faq.md): This page provides guidance on resolving common issues
- [Configure](/complaints-management/deploy/configure.md)
- [AWS S3 Bucket](/complaints-management/deploy/configure/aws-s3-bucket.md): Configure AWS S3 Bucket
- [Master Data](/complaints-management/deploy/configure/master-data.md)
- [Master Data Templates](/complaints-management/deploy/configure/master-data/master-data-templates.md)
- [Tenant Master](/complaints-management/deploy/configure/master-data/master-data-templates/tenant-master.md)
- [Tenant Branding Master](/complaints-management/deploy/configure/master-data/master-data-templates/tenant-branding-master.md)
- [Boundary Master](/complaints-management/deploy/configure/master-data/master-data-templates/boundary-master.md)
- [Department & Designation Master](/complaints-management/deploy/configure/master-data/master-data-templates/department-and-designation-master.md)
- [Complaint Type Master](/complaints-management/deploy/configure/master-data/master-data-templates/complaint-type-master.md)
- [Employee Master](/complaints-management/deploy/configure/master-data/master-data-templates/employee-master.md)
- [Boundary](/complaints-management/deploy/configure/boundary.md)
- [Inbox v2 & Elastic Search](/complaints-management/deploy/configure/inbox-v2-and-elastic-search.md)
- [ID Generation (IDGen)](/complaints-management/deploy/configure/id-generation-idgen.md)
- [Persister](/complaints-management/deploy/configure/persister.md)
- [Indexer](/complaints-management/deploy/configure/indexer.md)
- [Localisation](/complaints-management/deploy/configure/localisation.md)
- [Service Level Agreement (SLA)](/complaints-management/deploy/configure/service-level-agreement-sla.md)
- [SMS & Email](/complaints-management/deploy/configure/sms-and-email.md): Steps to configure SMS & Email
- [NIC SMS Integration](/complaints-management/deploy/configure/sms-and-email/nic-sms-integration.md)
- [Workflow](/complaints-management/deploy/configure/workflow.md)
- [Google Maps](/complaints-management/deploy/configure/google-maps.md): Configure Google Maps in CMS
- [Common Configuration Guidelines](/complaints-management/deploy/configure/common-configuration-guidelines.md)
- [Customise](/complaints-management/deploy/customise.md)
- [Frontend](/complaints-management/deploy/customise/frontend.md)
- [Local Setup](/complaints-management/deploy/customise/frontend/local-setup.md): DIGIT UI – CMS (Complaints Management)
- [Customise UI](/complaints-management/deploy/customise/frontend/customise-ui.md)
- [FormComposerV2](/complaints-management/deploy/customise/frontend/customise-ui/formcomposerv2.md): FormComposerV2 – Customisation Checklist
- [InboxSearchComposer](/complaints-management/deploy/customise/frontend/customise-ui/inboxsearchcomposer.md): InboxSearchComposer – Customisation Checklist
- [Backend](/complaints-management/deploy/customise/backend.md)
- [Local Setup](/complaints-management/deploy/customise/backend/local-setup.md)
- [Pre-requisites](/complaints-management/deploy/customise/backend/local-setup/pre-requisites.md): CMS - Development Environment Prerequisites and Setup Guide
- [Local Setup CMS Service](/complaints-management/deploy/customise/backend/local-setup/local-setup-cms-service.md)
- [Add New Fields](/complaints-management/deploy/customise/backend/add-new-fields.md)
- [Update Persister Configuration](/complaints-management/deploy/customise/backend/update-persister-configuration.md)
- [Integrate With SMS Providers](/complaints-management/deploy/customise/backend/integrate-with-sms-providers.md)
- [Customise ID Generation](/complaints-management/deploy/customise/backend/customise-id-generation.md)
