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.
Questions tagged [openedx]
252 questions
0
votes
2 answers
How to run OpenEDX on Centos 7 with cPanel
There are so many documentation about running OpenEDX on Ubuntu, but there is not any clear documentation how to run OpenEDX on CentOS specially with cPanel.
Anyone can help me regarding this case?

R.Tanha
- 37
- 8
0
votes
1 answer
Change logo in OpenEdx password recovery email
As an student when you try to reset your account's password, the received confirmation email from Open edX instance has edX's logo which I want to customize and change it with my own corporation's logo.
I have managed and found the body.html…

Leonord Lim
- 3
- 1
0
votes
1 answer
How to change email template on openedx
As a student recover the password, then received an email that the password has changed,
i want to customized the content but can not find the template
it should be in this folder
/edx/app/edxapp/edx-platform/lms/templates/emails
but still can not…

Leonord Lim
- 3
- 1
0
votes
1 answer
How to install Open edX offline (without internet)
I want to install Open edX, But I don't have the internet on a production machine. Can I install Open edX offline (without internet)?

Rahul Rai
- 77
- 7
0
votes
1 answer
How to fix Audit track issue in Open edX certificate
I have setup the certificate to following https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/named-release-cypress/configuration/enable_certificates.html URL.
When I try to generate the certificate then I am getting the…

Rahul Rai
- 77
- 7
0
votes
1 answer
How to fix django app error in edx-platform
I want to add a new app in the https://github.com/edx/edx-platform.
I am following this https://docs.djangoproject.com/en/2.2/intro/tutorial01/ document
/edx/app/edxapp/edx-platform/myapp/url.py
from django.conf.urls import url
from . import…

Rahul Rai
- 77
- 7
0
votes
1 answer
How to categorization course and user by department in open edX
I want to categorization course and user by the department.
I have found the option organization in my admin panel mydomain.com/admin/organizations/ But I can not find any documents.
Can I achieve my target using this option?

Rahul Rai
- 77
- 7
0
votes
0 answers
How to fix the error in the raccoon themes in Open edX
I am setting up a new Open edX and install the raccoon theme https://themex.io/theme/marvel-yellow/ It is installed successfully.
But Theme changes not affected in the header.

Rahul Rai
- 77
- 7
0
votes
0 answers
ORA2 xblock customization
I am python-django developer , recently I have been assigned with a task to customize ora2 xblock in openedx . The customization includes adding some tables in ora xblock and making some api that can be consumed externally . So after a long struggle…

Ruvel Pereira
- 11
- 6
0
votes
1 answer
PluginMissingError due to vertical_demo in OpenEdx
I want to install xblock sdk and followed this tutorial
Xblock installation
But, now I am facing PluginMissingError due to vertical_demo. Any pointers appreciated.

ARKhan
- 1,724
- 22
- 30
0
votes
0 answers
How to fix "on clicking a course an empty about page opens instead of the course outline"
I'm setting up an openedx platform on my server. Earlier the course outline would open on clicking the course but now it opens the about page displaying an error "there has been a 500 error on the platform server"
The course should open the course…

saif ali
- 1
- 3
0
votes
0 answers
Open EDX - LMS : Unable to send verification email
I have a server setup for python 2.7. I have followed the below link for open edx setup and configuration.
Click here
After doing a lot of stuff, I have successfully run CMS and LMS on different domains. Everything is working except emails. When I…

Raj
- 598
- 5
- 23
0
votes
1 answer
open edx-ora2 customization
I am recently assigned with a task to add some custom fields in openedx ORA2 xblock . I have installed openedx hawthorn release , the docker version of it . So now openedx is running well but now for customization I am searching for the ORA2 code…

Ruvel Pereira
- 11
- 6
0
votes
0 answers
django admin base.css cannot be found
I have an openedx instance which works fine with just an strange issue. for those who aren't familiar with openedx it's a learning management system written in django.
The issue:
trying to access django admin from http://mydomain.tld/admin shows…

mahyard
- 1,230
- 1
- 13
- 34
0
votes
1 answer
The [course-discovery] repo is already checked out ERROR
I'm trying to start with EDX using this docs.
When I try to make dev.clone or make dev.provision I got such error
The [course-discovery] repo is already checked out. Checking for updates.
Makefile:56: recipe for target 'dev.clone' failed
What's…

Headmaster
- 2,008
- 4
- 24
- 51