> For the complete documentation index, see [llms.txt](https://saral.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://saral.sunbird.org/saral-easy-installer/saral-production-user-installation-guide/automating-the-infra-provisioning-and-install-of-the-saral-application/install-saral-application.md).

# Post install steps

Once the entire Infrastructure is setup

We need to update the application with the **"document db hostname", "username", "password" and the "ssl certificate arn".**

1. Go to the following folder "Saral-Automation/Saral-EKS/helm/saral-backend-chart/"
2. Fill the value.yml file with the following details

```
a. under docdb->connections-> fill documentdb username, documentdb password, documentdb hostname
b. under whitelist->domain-> fill in your domain/subdomain 
c. under ingress->certificateARN-> fill the certificate arn that you will get from AWS certificate manager
```

Once you have updated the values in the `value.yml` file, use the following command to deploy the chart

Open the helm folder in a terminal window and run the following

Below command will deploy the application to your Kubernetes cluster using the values you have specified in the values.yml file

```
helm install saral-backend ./saral-backend-chart
```

Verify the deployment by checking the status of the pods.

```
kubectl get pods
```

You should see the pods associated with your deployment running successfully

To uninstall the `saral-backend` deployment using Helm, execute the following command

```
helm uninstall saral-backend
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://saral.sunbird.org/saral-easy-installer/saral-production-user-installation-guide/automating-the-infra-provisioning-and-install-of-the-saral-application/install-saral-application.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
