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…