Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
14.02k stars 16.1k forks source link

Server issue after accessing website [openedx-fullstack-ubuntu ] #3300

Open RohitKanade opened 7 years ago

RohitKanade commented 7 years ago

[openedx-fullstack-ubuntu] (https://github.com/Azure/azure-quickstart-templates/tree/master/openedx-fullstack-ubuntu)

Issue Details

I have deployed openedx-fullstack-ubuntu successfully. It is giving following error after accessing.
full stack

gotocppatil commented 6 years ago

Hello Rohit, I also want to deploy openEdx on azure but facing some issue there in post deployment script. Can you share me the process/steps and the script to follow for deployment of OpenEdx? That will be of great help. I am following below script.

Post Install Configurations

Sudo access to the edxapp user bash

• Run sudo vim /etc/passwd
 • Edit edxapp:x:1003:1006::/edx/app/edxapp:/bin/false to edxapp:x:1003:1006::/edx/app/edxapp:/bin/bash


In second step of Edit edxapp:x:1003:1006.....In this step, I changed the line "edxapp:x:1003:1004::/edx/app/edxapp:/bin/false" to "edxapp:x:1003:1006::/edx/app/edxapp:/bin/bash
 ", but it is not getting executed. Actually nothing is happening there. Also in my case I am getting "edxapp:x:1003:1004::/edx/app/edxapp:/bin/false" instead of "edxapp:x:1003:1006::/edx/app/edxapp:/bin/false" . Please guide me.