How to Install OpenEdx native version in AWS( Ubuntu 16.04)

Hi Team,

I am new to Open Edx and want to install Edx-native version in AWS , Ubuntu 16.04 ami ( Ironwood.master).
So i followed the given link https://openedx.atlassian.net/wiki/spaces/OpenOPS/pages/146440579/Native+Open+edX+platform+Ubuntu+16.04+64+bit+Installation
As per the document i followed these steps
Step 1) export OPENEDX_RELEASE =open-release/ironwood.master

Step 2)created a config.yml and added the following
EDXAPP_LMS_BASE: "my_ip"
EDXAPP_CMS_BASE: "my_ip:port"

Step 3) wget https: / / raw.githubusercontent.com / edx / configuration / $OPENEDX_RELEASE / util / install / ansible - bootstrap.sh - O - | sudo bash
Step 4 ) wget https: / / raw.githubusercontent.com / edx / configuration / $OPENEDX_RELEASE / util / install / generate - passwords.sh - O - | bash
Step 5 ) wget https: / / raw.githubusercontent.com / edx / configuration / $OPENEDX_RELEASE / util / install / native.sh - O - | bash

After doing all these steps, still it is not working and not showing any errors…?? Do i need to do further more steps…? Some one please give a solution…

When you run native.sh, you should get a lot of output on your terminal. That output is captured in a log file, which is mentioned at the end of the run. That log file has the details of the failure. We need those details in order to help.

The issue was solved after activating the virtual environment under the "edx_ansible " folder and i ran the script. It was executed completely.