overhangio / tutor-ecommerce

Ecommerce plugin for Tutor
GNU Affero General Public License v3.0
17 stars 50 forks source link

There was an error building the open edx project using 'tutor local quickstart' #6

Closed HertZPY closed 4 years ago

HertZPY commented 4 years ago

Install the tutor-ecommerce plug-in and install it into the build open edx project environment using 'tutor local quickstart' as described in the document. What configuration did I neglect or what steps did I miss to cause the error? The screenshot of the question is as follows:

TIM图片20200331184542

ak00001 commented 4 years ago

Did you install the Discovery plugin first?

HertZPY commented 4 years ago

@ak00001 yes TIM图片20200403094310

HertZPY commented 4 years ago

The operating system:ubuntu18.04 tutor version:3.11.6 steps:

tutor plugins list
pip3 install tutor-ecommerce
tutor plugins enable discovery ecommerce
tutor local quickstart

The screenshots:

TIM图片20200403094310

TIM图片20200403143510

TIM图片20200403143900

TIM图片20200403144130

HertZPY commented 4 years ago

The problem has been resolved and the DISCOVERY_HOST field needs to be added to the configuration file and cannot be set to 'discovery.localhost';I think this needs to be indicated in the installation documentation,Thank you。

regisb commented 4 years ago

The problem stems from the fact that you set LMS_HOST="localhost". You should not be doing that.