Open edX: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Introduction ==
== Introduction ==


According to the [homepage], {{quotation|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.}}
In 2019, the [https://open.edx.org/ Open edX homepage] stated that {{quotation|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, [https://open.edx.org/ the same homepage] had a more focused vision, {{quotation|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:
See also:
* [[Open edX installation and configuration]]
* [[Open edX installation and configuration]]


== Administering Open EdX ==
The administration interface is available only through the localhost (server machine)
* http://localhost:81/admin
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)
* http://yoursite:18010/admin/
Read more in:
* [[Open edX installation and configuration]]


== Creating a course ==
== Creating a course ==
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 [http://docs.edx.org/ the official documentation]  
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 [http://docs.edx.org/ the official documentation]  


If you configured your firewall as suggested above, then it is here:
If you configured your firewall as suggested above, then it is here:
* <code>http://yoursite:edx_port/edx-studio</code> (this will then redirect)


* http://yoursite:18010/
* http://yoursite:18010/ (the EdX-Studio website)
: Yes it runs by default on port 18010 !
: Yes it runs by default on port 18010 !
* <code>http://yoursite:edx_port/edx-studio</code> also works and will redirect to the above.


Creating a course is very simple:
Creating a course is very simple:
* Hit the big green button and fill in the form
* Hit the big green button and fill in the form
* Add instructors as needed (you need to know their email address and they must have signed up with edX with that email).
* Add instructors as needed (you need to know their email address and they must have signed up with edX with that email).
[[File:Edx-studio-1.png|600px|thumb|none|edX studio - Creating a course]]
== Authoring a course ==
[[File:Edx-studio-3.png|600px|thumb|none|edX studio - Organizing the course]]
[[File:Edx-studio-2.png|600px|thumb|none|edX studio - Adding content to a unit]]


== Links ==
== Links ==
Line 26: Line 52:


The documentation is spread over several places.
The documentation is spread over several places.
* http://docs.edx.org/


* [https://open.edx.org/getting-help Getting help]. Provides a list of online resources.  
* [https://open.edx.org/getting-help Getting help]. Provides a list of online resources.  


* [http://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/index.html Installing, Configuring, and Running the Open edX Platform]. As we described above, for testing purposes, it is much easier to start with the Bitnami stack. However, this document still includes important documentation on configuration that one should read.
* [http://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/index.html Installing, Configuring, and Running the Open edX Platform]. As we described in [[Open edX installation and configuration]], for testing purposes, it is much easier to start with the Bitnami stack. However, this document still includes important documentation on configuration that one should read.


* [http://docs.edx.org/ Documentation for edx.org and the Open edX Community]
* [http://docs.edx.org/ Documentation for edx.org and the Open edX Community]
Line 38: Line 66:


* [https://openedx.slackarchive.io/general/ Slack archive] (even if you do not believe that knowledge should be conversational ...)
* [https://openedx.slackarchive.io/general/ Slack archive] (even if you do not believe that knowledge should be conversational ...)
[[category: open education]]

Latest revision as of 16:33, 25 May 2019

Introduction

In 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:

Administering Open EdX

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:

Creating a course

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:

Yes it runs by default on port 18010 !

Creating a course is very simple:

  • Hit the big green button and fill in the form
  • Add instructors as needed (you need to know their email address and they must have signed up with edX with that email).
edX studio - Creating a course

Authoring a course

edX studio - Organizing the course
edX studio - Adding content to a unit

Links

Official documentation

The documentation is spread over several places.

  • Slack archive (even if you do not believe that knowledge should be conversational ...)