From Edutechwiki - Reading time: 2 minIn 2019, the Open edX homepage stated that “edX is the online learning destination co-founded by Harvard and MIT. Open edX is the learner-centric, massively scalable learning platform behind it. Originally envisioned as a MOOC platform, Open edX has evolved into one of the leading learning platforms catering to Higher Ed, enterprise, and government organizations alike.”
In 2017, the same homepage had a more focused vision, “The Open edX platform is a free--and open source--course management system (CMS) that was originally developed by edX. The Open edX platform is used all over the world to host Massive Open Online Courses (MOOCs) as well as smaller classes and training modules.”
See also:
The administration interface is available only through the localhost (server machine)
This means that you either have to create a tunnel to run a navigator or else launch a firefox on the server and use X windows to display, e.g. if you got your own Linux machine:
ssh server.machine -XY firefox --new-instance
It can be configured to be available here (same port as edx-studio)
Read more in:
By default, any registered user can create a course. We find that really strange given all these annoying security features that otherwise imposed. However, in a production system, the administrator may have disabled course creating for non staff members (see Open edX installation and configuration
For creating courses one is supposed to use studio, but someone will have to tell you where to find it. I will, but you also can read the official documentation
If you configured your firewall as suggested above, then it is here:
http://yoursite:edx_port/edx-studio (this will then redirect)Creating a course is very simple:
The documentation is spread over several places.