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/install/generate-passwords.sh -O - | bash
   

   1. 
   wget https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE
   /util/install/native.sh -O - | bash
   

After this I navigate to the Root url (IPv4 Public IP) and click on the 
demo course and the page displays page not found. The same thing occurs for 
course that I have made myself


On Monday, 9 September 2019 12:53:42 UTC+7, Guruprasad Lakshmi Narayanan 
wrote:
>
> Hi,
>
> On Friday, August 30, 2019 at 11:15:12 AM UTC+5:30, ODS_steel wrote:
>>
>> There are some errors in the latest version of ironwood.master(yesterday).
>>
>
> Can you provide more details on how you installed the Open edX instance 
> and if there were any warnings/errors during the installation process?
>  
>
>>
>> I can't seem to view the demonstration course:
>>
>>
>> After clicking on learn more 1 <https://ibb.co/0FkLGwJ>
>>
>>
>> The following error occurs https://ibb.co/2hYN4dy
>>
>>
>> No customised theme has been installed - this is the default theme and 
>> all other settings are the default attributes
>>
>>
>> The LMS log files show this:
>>
>
> As far as I can see, there are no error messages in the log output you 
> have shared. Can you check the logs and share any relevant error/warning 
> messages?
>
> Cheers,
> Guruprasad
> @OpenCraft <https://opencraft.com>
>  
>
>

-- 
***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/4d2c7116-89f3-4edf-9897-f584c6093439%40googlegroups.com.

Reply via email to