1. wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE /util/install/native.sh -O - | bash
I then enter the IPv4 Public address and click on the demo course. This results in the error message above On Tuesday, 10 September 2019 16:50:26 UTC+7, ODS_steel wrote: > > Hi, > > The installation steps are as follows: > > 1) I launch the following EC2 instance: > ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20190212 - > ami-0f49c6ee8f381746f > Canonical, Ubuntu, 16.04 LTS, amd64 xenial image build on 2019-02-12 > > The storage is set to 100gb > > > 2) SSH into the instance and then enter the following commands > > sudo apt-get update -y > sudo apt-get upgrade -y > sudo reboot > > 2) SSH back into the instance and then type in following command: > sudo su - > > 2) I enter export OPENEDX_RELEASE=open-release/ironwood.master > > 3) Enter > sudo nano config.yaml > > 4) Enter > EDXAPP_LMS_BASE: "IPv4 Public IP address goes here" > EDXAPP_CMS_BASE: "IPv4 Public IP address goes here" > > ** Close file** > > 5) Then enter: > > > 1. > wget https://raw.githubusercontent.com/edx/configuration/ > $OPENEDX_RELEASE/util/install/ansible-bootstrap.sh -O - | sudo bash > 2. > wget https://raw.githubusercontent.com/edx/configuration/ > $OPENEDX_RELEASE/util<code class= > > -- ***Please note! This Google Group has been deprecated - visit https://discuss.openedx.org/ --- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/8ac2a74b-efd4-4c80-91bb-5aed5335168d%40googlegroups.com.
