# Run installer

Automating the Infra provisioning and install of the Saral application

Download and extract from the following file

{% file src="<https://811030052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLe89Gzl6JNQ9inpB8sRg%2Fuploads%2F6RxlaWYGllzSaiCfn8rX%2FSaral-With-Monitoring%20Stack.zip?alt=media&token=1504fe44-8c4e-4a7f-a48e-6e167fc555e7>" %}

or go to following github link to download the folder

```
https://github.com/Sunbird-Saral/devops
```

Open the extracted folder in terminal and type the following commands

```
cd Saral-Automation
```

```
ls
```

You should see a file with the name

```
install-saral.sh
```

Run the following commands to make the file executable

```
chmod +x install-saral.sh
```

To execute the file type the following command

```
./install-saral.sh
```

```
Choose option "1. AWS"
```

You will be prompted to enter the AWS Document DB **Username** and **Password**

enter the details and also save those with you

Once the entire process is run on the same terminal window you should see outputs of the "**Document db host-name"** copy and keep it.

<br>
