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
16
votes
4 answers

The host network interface with the given name could not be found

I'm running Windows 10, VirtualBox 5 and Vagrant 1.7.4 and trying to run openedx plateform. After i run vagrant up i got: Bringing machine 'default' up with 'virtualbox' provider... ==> default: Clearing any previously set network…
Bilal
  • 2,883
  • 5
  • 37
  • 60
11
votes
1 answer

Vagrant - paver devstack error: "[Errno 20] Not a directory"

I am attempting to get edx Devstack installed with Vagrant, and I'm on a Windows machine. I'm getting errors that appear to result from symlinks that aren't supported by Windows. According to the edx troubleshooting guide under Dealing with line…
Evelyn
  • 2,588
  • 3
  • 22
  • 47
9
votes
2 answers

Difference between honor, verified, audit and staff in openedx

Can anyone explain to me the difference between each user type (honor, verified, audit and staff) and they roles ? (a brief explanation of each user and what they can do). I searched in the official documentation, but i found nothing ! Thanks.
Bilal
  • 2,883
  • 5
  • 37
  • 60
8
votes
0 answers

Not a valid editable requirement. It should either be a path to a local project or a VCS URL

I have been using open-EDX (LMS) - (Juniper Version) Devstack Installation for Ubuntu 18.04 (which uses Docker Containers). I recently git cloned edx-proctoring into the place where I am using Devstack such that my folder structure would be…
TheRiddler
  • 81
  • 1
  • 2
7
votes
1 answer

Correct pulling edxops/forums way

I'm making my own devstack for works with OpenEdx. I pulled the official devstack repository from edx and i'm modifying it. I'm trying add forums to my stack but i can't run in since docker compose. I added this to composer file: forums: …
SalahAdDin
  • 2,023
  • 25
  • 51
5
votes
1 answer

delete course in Open EDX Ironwood version

I'm using the Ironwood Open Edx version and I don't see any buttons to delete a course How to delete a course in Open EDX? Are there any scripts or something similar to delete the course?
5
votes
2 answers

Openedx devstack installation

Instructions of openedx devstack installation I'm trying to install the openedx hawthorn release on my Mac. I followed the instructions, but when I ran make dev.clone, it gave me the error below: fatal: not a git repository (or any of the parent…
Zhi Li
  • 71
  • 3
4
votes
0 answers

post-install hook of the Podfile throws errors in CocoaPods

I am trying to add a pod dependency on the open edx ios project. The thing is the podfile has some sort of "post_install" script running after pod installation. The pod is installed, but the "post_install" failed with error. After it fails, further…
Thet Htun
  • 471
  • 5
  • 13
4
votes
1 answer

how to override LMS static JS views for custom theme

I'm attempting to modify the following file, defaulted by the OpenEDX lms. account_settings_factory_spec.js account_settings_view.js But upon rerunning paver, files aren't changing. Is it actually possible to override the JS in themes? My end goal…
Sasha
  • 1,674
  • 1
  • 16
  • 23
4
votes
3 answers

Open Edx update logo

I am trying to change logo image on my Edx site. I go to folder /edx/app/edxapp/edx-platform/lms/static/images/default-theme and upload new logo image, but when I update website, my logo is not updated also I restarted lms and cms, but it doesnt…
Dmitry Utrobin
  • 359
  • 1
  • 3
  • 15
4
votes
0 answers

error: command 'swig' failed with exit status 1 in edx devstack, vagrant, virtualbox

I am trying to run edx devstack lms on my localhost using virtualbox, vagrant. When I try to run a command on vagrant instance in ubuntu, python env generates the error below: error: command 'swig' failed with exit status 1
GrvTyagi
  • 4,231
  • 1
  • 33
  • 40
4
votes
3 answers

EDX : How to set default advanced components for newly created course

I have created a xblock, now I want to set this xblock as default xblock as an advanced component for every newly created course automatically. Thanks.
Dadaso Zanzane
  • 6,039
  • 1
  • 25
  • 25
3
votes
2 answers

How to run custom openedx project in localhost

I have the edx-platform, ecommerce, ecommerce-themes, credentials and edx-theme directories. I have installed successfully tutor and devstack but I didn't find the way to replace these custom directories. So, what is the correct way to replace them…
3
votes
1 answer

Razorpay accessing callback URL using GET method instead of POST

I have implemented the Razorpay payment gateway to my platform according to the documentation. As per the documentation after successful payment, the gateway will try to access the URL using the POST method with the order payment information to…
3
votes
1 answer

Change edX email content and templates

For LMS, I'm using my custom template, stored in directory: /edx/app/edxapp/edx-platform/themes/my-theme/ Can you help me where are files I need to change, to change the look (and content) of emails sent by Open edX platform? Thank you in advance!
user198003
  • 11,029
  • 28
  • 94
  • 152
1
2 3
16 17