Questions tagged [openedx]

Open edX is an open source CMS and LMS system to create MOOC courses and display them online. As such, it does not refer to the courses content, nor to edX website (edx.org) run by MIT & Hardvard.

252 questions
0
votes
1 answer

Open Edx using IBM cloud distribution

I am new to openEDX and if this is not right place to ask this question, please feel free to redirect. I used "Try IBM's Distribution" for openEDX [link:https://open.edx.org/get-started/get-started-self-managed] [option provided under GET…
Kasid Khan
  • 639
  • 2
  • 8
  • 23
0
votes
1 answer

Install BigBluebutton from your forked GitHub Repo, with your settings not the original repository

I create the settings on the git repository so i don't have to config again after the installation. The idea is to install from the github repo. But, in the case of bigBluebutton, it gets the files from…
Leo Zurick
  • 1
  • 1
  • 2
0
votes
0 answers

Build failed running pavelib.assets.update_assets: Subprocess return code: 1

/bin/cp -rf node_modules/which-country/index.js common/static/common/js/vendor /bin/cp -rf node_modules/sinon/pkg/sinon.js common/static/common/js/vendor /bin/cp -rf node_modules/squirejs/src/Squire.js common/static/common/js/vendor …
0
votes
1 answer

Openedx Django how to remove a country from Country list?

I want to disable a country from country list of my register page ,settings or anywhere country is shown on My Openedx App (OpenEdx is a django based system). But i cannot find country list for removing the country . Where locate the countries? I…
Murad Shukurlu
  • 417
  • 6
  • 11
0
votes
0 answers

Open Edx E-Commerce Problems

When I tried the add new course in e-commerce part. I took this error. --> Exception: Failed to publish commerce data for course-v1:TEST to LMS. I have no idea what is the problem here. I haven't found the solution. If you know what is the problem…
BUG
  • 1
  • 1
0
votes
0 answers

"mount.nfs: Connection timed out" Error while installing open edX on Ubuntu 18.04

I am trying to install vagrant based devstack of open edX (Ginkgo)on Ubuntu 18.04. But when I do vagrant up, execution stucks at MOUNT. And getting below error after sometime. The following SSH command responded with a non-zero exit status. Vagrant…
Jayram
  • 21
  • 1
  • 6
0
votes
1 answer

OpenEDX RequireJS error when overriding factory with AWS setting

I'm having an issue with OpenEDX when deploying to a server as opposed to devstack. On devstack the override works perfectly, although on dev it fails to load. I am overriding the student_account/account_settings.html as well as…
Sasha
  • 1,674
  • 1
  • 16
  • 23
0
votes
2 answers

Query in Open edX

Hey currently I'm working on open edX and I am having some sort of problem in uploading a content like (&,<,>) mathematical symbols in Multiple Choice. Is there any sort of solution for this.
0
votes
0 answers

OpenEdx native installation fails

I was trying to install OpenEdx (ginkgo 2) on an Ubuntu system following this guide : https://openedx.atlassian.net/wiki/spaces/OpenOPS/pages/146440579/Native%2BOpen%2BedX%2BUbuntu%2B16.04%2B64%2Bbit%2BInstallation The setup continually fails with…
Morpheus.47
  • 131
  • 2
  • 10
0
votes
0 answers

SSO with active directory on Windows server 2012 os using edx.

I want to do a SSO with Windows on-prim server using edx. How to implement this?
khush
  • 31
  • 7
0
votes
0 answers

can not reach open edx studio at port 80

I am totally new to open edx, I have installed open edx on ubuntu server 16.04 using the following guide: https://github.com/regisb/openedx-docker The lms works fine at: localhost but the cms does not work at all, I can not reach it by any way, even…
emh
  • 29
  • 6
0
votes
1 answer

Using the CMS to edit content outside a course - openedx

I've installed a new theme for my Open-Edx installation and I'm trying to see whether it is possible to use the CMS to edit content outside of a course (for example - the dashboard) Is there a way to do it? I was thinking about installing Django-CMS…
Amit be
  • 469
  • 3
  • 13
0
votes
1 answer

Command to Run the built-in “compute pi” hadoop job

I am trying to install Open Edx Insights on Azure instance. Both LMS and Insights are on same box. As part of installation, I have installed Hadoop, hive etc through yml script. Now the next instruction is to test the hadoop installation and for…
0
votes
1 answer

Can we install a VM inside a VM

I have a VM machine (Ubuntu 64 bit) on Vmware environment and I want to install Openedx on it. I have also installed a VirtualBox using vagrant (as part of the requirement of Openedx). However when we want to run the Vagrant using vagrant up…
0
votes
1 answer

No handlers could be found for logger "pip.vcs.git"

On Open edX(github.com/edx/devstack) I ran the following commands after a successful installation: make dev.up make lms-shell make upgrade I am stuck with this error message: pip-compile --upgrade -o requirements/edx/base.txt…
Aman Agrawal
  • 193
  • 1
  • 2
  • 14