> 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/manual-installation-for-prod.md).

# Manual Installation for Prod

1>  AWS IAM account with administrator access

2> Ubuntu 20.04LTS on Local Machine

3> Download the following zip file and extract to folder

{% file src="/files/zs2qNJHFxlMTq0NfqQCn" %}

Open the location of the above folder in terminal&#x20;

&#x20;And in the open terminal window execute the commands one by one in the "Saral-Prod-manual-install-steps.txt" file  to provision the EKS Infra required to install Saral

In the same  terminal  run the following commands to install the Saral application on the EKS cluster

`kubectl apply -f saral_backend_EKS.yml`

Go to the Certificate manager in the AWS console&#x20;

And generate a SSL certificate for the domain/subdomain  to be used with the saral app

Once the certificate is generated and the status shows as issued copy the arn of the certificate and find the file "ing.yml" in the folder and update and save the value for the certificate arn in it. &#x20;

Run the following command to activate the load balancer and the ingress object

`kubectl apply -f ing.yml`

Once the above commands are run wait 10-15 minutes for the Load balancer and ingress object to be provisioned

then run&#x20;

`kubectl get ing`&#x20;

From the output of the above command find the value under the address column and copy it,  use it to map to domain/subdomain  using the CNAME option in your DNS manger.


---

# 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, and the optional `goal` query parameter:

```
GET https://saral.sunbird.org/saral-easy-installer/saral-production-user-installation-guide/manual-installation-for-prod.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
