Run installer
Automating the Infra provisioning and install of the Saral application
Download and extract from the following file
or go to following github link to download the folder
https://github.com/Sunbird-Saral/devopsOpen the extracted folder in terminal and type the following commands
cd Saral-AutomationlsYou should see a file with the name
install-saral.shRun the following commands to make the file executable
chmod +x install-saral.shTo execute the file type the following command
./install-saral.shChoose 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.
Last updated
Was this helpful?