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
0 answers

Configure subdomain with nginx

I have Linux ubuntu where I installed Open edX and Drupal. Open Edx using nginx and so I prefer to use nginx with Drupal too to avoid installing more packages for apache and load the machin. I would like to have the main domain (e.g. example.com)…
Rami Sedhom
  • 709
  • 6
  • 15
0
votes
1 answer

Open edX, How to setup CAS login?

I need to integrate my CAS into the Open edX platform. Where can I find the corresponding documentation? How is the process? (github.com/edx/configuration/wiki/Setting-Up-External-Authentication is not helpful)
Eduardo Cuomo
  • 17,828
  • 6
  • 117
  • 94
0
votes
1 answer

Open EDX Android not login

I have installed an Open EDX Eucalyptus.2. I am preparing the application connection for Android and for IOS. I have rigorously followed the steps of Github: File edx.properties in OpenEdXMobile: edx.dir = '../../my_config' In folder…
hazardco
  • 387
  • 1
  • 4
  • 13
0
votes
1 answer

How to migrate from existing system to bitnami version

I'm trying to migrate course content from existing system to bitnami version The existing system has different schema with bitnami version (MongoDB) Is there anyway to migrate the course content from existing system to bitnami version? The existing…
0
votes
1 answer

vagrant - keyserver receive failed while installing openedx devstack

i'm trying to install openedx devstack on Windows 10 and Lubuntu 12.04; with Vagrant 1.8.6 and VirtualBox 4.3 installed. in windows i use Babun Shell to run commands. running Babun as Administator mkdir devstack cd devstack export…
Mahdi Rashidi
  • 1,359
  • 3
  • 18
  • 33
0
votes
1 answer

Cloning into 'edx-certificates-internal'... Permission denied (publickey)

i want to install openedx-certificates using this link https://github.com/Stanford-Online/openedx-certificates root@MCIT:~# git clone git@github.com:edx/edx-certificates-internal Cloning into 'edx-certificates-internal'... Permission denied…
0
votes
1 answer

How to get to edX LMS side?

I have a self-hosted installation of Open Edx, and have created a superuser. How do I access the lms to create/edit course content? oeu oeu oe uo eu ouuoeuoeuoe
Erik V
  • 375
  • 1
  • 4
  • 18
0
votes
1 answer

Comprehensive Theming Failed - AttributeError: Namespace '__anon_0x7f3dc61e5950' has no member 'stanford_theme_enabled'

I am new to OpenEdx and I have setup my system using the Bitnami stack. But I cant seem to be able to setup custom comprehensive theming. LMS throws Internal Server Error. I have below my tailed server log Here's what I have done so far. Downloaded…
swansea
  • 1
  • 1
0
votes
2 answers

Smtp.office365.com for OpenEdx

I am facing a configuration problem with Office 365, the user did not receive email. I've put my configuration in the file {lms|cms}.{env|auth}.json. But the user still doesn't receive the email. {lms|cms}.env.json : "EMAIL_HOST":…
walkercheah
  • 1
  • 1
  • 8
0
votes
0 answers

Ruby - Bundle Install

I am a novice in Ruby and I am trying to follow some instruction. The instructions are as follows: 1 Install Ruby and RVM 2 I installed ruby from apt-get and rvm from curl -sL https://get.rvm.io | bash -s stable --ruby --autolibs=enable…
Nishant Dixit
  • 543
  • 1
  • 4
  • 12
0
votes
3 answers

django, entering a hashed password in registration and storing it as such

I am working on openedx(works on django) and i need to create an api to register the user coming from a particular site, i am being given a hashed password not a normal one and i need to save it as so. The problem here is that the openedx's…
Taranjeet Singh
  • 177
  • 1
  • 3
  • 13
0
votes
0 answers

Integrating HTML5 EME video with edX platform: Why is "initDataType" empty?

I have been trying to integrate HTML5 EME videos with edX video xblock In that I am facing this error: Failed to generate a license request DOMException: The initData parameter is empty.