Open edX installation and configuration: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{incomplete}}
== 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.}}
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.}}
The following content will apply to a May 2018 Ginko 2-4 installation on Ubuntu 16LTS. The Eucalyptus (2017) was described [https://edutechwiki.unige.ch/mediawiki/index.php?title=Open_edX_installation_and_configuration&oldid=66642 here].


See also:
See also:
Line 10: Line 13:
There are [https://openedx.atlassian.net/wiki/display/OpenOPS/Open+edX+Installation+Options many different ways to install and run an edX server].  
There are [https://openedx.atlassian.net/wiki/display/OpenOPS/Open+edX+Installation+Options many different ways to install and run an edX server].  


As of March 31 2017, we managed to install a Bitnami stack as described below. '''As of Jan 2018''' This is outdated !
As of March 31 2017, we managed to install a Bitnami stack as described below. '''As of May 2018''' some contents below are outdated. Use with care.


We got it from here:
We got it from here:
* https://bitnami.com/stack/edx
* https://bitnami.com/stack/edx
Log onto your server machine and use something like:
wget https://bitnami.com/redirect/to/193216/bitnami-edx-ginkgo.2-4-linux-x64-installer.run


We also suggest to read the official [https://docs.bitnami.com/installer/apps/edx/ documentation of the Bitnami stack]
We also suggest to read the official [https://docs.bitnami.com/installer/apps/edx/ documentation of the Bitnami stack]


=== Installation of a test system under Ubuntu 16 ===
=== Installation of a test system under Ubuntu 16 ===
Like for Eucalyptus, there are small glitches fro ginkgo, e.g. in terminal mode, the installation script seem to be stuck after reaching 100%. In reality (I found out after abortin), the installation takes ages without telling so, about an hour.
There are display problems with the X version (I wonder when programmers will learn that people actually do use high resolution screens and have been doing that for the last bloody 6 years). The dialogue is a bit different from the X version and the terminal version.
You also could provide the installation script with parameters. This could help doing a re-installation. Use "--help" to find out.


==== Overview ====
==== Overview ====


If you have free access to a server machine, the easiest method is probably installing the "bitnami" stack ([https://bitnami.com/stack/edx/README.txt README.txt] file. It will install a complete software pack in a separate directory including web servers, database servers, several programming languages, etc. The version we tried included:
If you have free access to a server machine, the easiest method is probably installing the "bitnami" stack ([https://bitnami.com/stack/edx/README.txt README.txt] file. It will install a complete independent software pack in a separate directory including web servers, database servers, several programming languages, etc.  
  - Open edX eucalyptus.3
  - Apache 2.4.25
  - Elasticsearch 0.90.11
  - Erlang 17.4
  - Java 1.8.0_121
  - Memcached 1.4.35
  - MongoDB 2.6.12
  - Mysql 5.6.35
  - Node.js 6.10.0
  - Python 2.7.13
  - RabbitMQ 3.6.8
  - Rails 4.2.8
  - Ruby 2.1.10
  - RubyGems 1.8.12


If your machine already runs web servers, data base servers, etc. it will use other ports. From the README file: {{quotation|The default listening port for Apache is 8080, for Elasticsearch 9300, for Memcached 11211, for MongoDB 27017, for MySQL is 3306, for RabbitMQ 5672, for Open edX XQueue 18040 and 18010 for Open edX CMS. If those ports are already in use by other applications, you will be prompted for alternate ports to use.}} This does of course require that you allow that...
If your machine already runs web servers, data base servers, etc. it will use other ports. From the README file: {{quotation|The default listening port for Apache is 8080, for Elasticsearch 9300, for Memcached 11211, for MongoDB 27017, for MySQL is 3306, for RabbitMQ 5672, for Open edX XQueue 18040 and 18010 for Open edX CMS. If those ports are already in use by other applications, you will be prompted for alternate ports to use.}} This does of course require that you allow that...
Line 42: Line 40:


{| class="wikitable sortable"
{| class="wikitable sortable"
|+PORTS used by edX standard and custom installations
|+PORTS used by edX standard and custom installations (reused from the old Eucalyptus installation)
|-
|-
! Service  
! Service  
Line 90: Line 88:
|}
|}


==== Installation summary for a simple user ====
=== installation with root privileges ===
 
[[file:bitnami-console.png|thumb|300px|right|Bitnami console (after a succesful install)]]
 
Firstly, have a look at [https://docs.bitnami.com/installer/apps/edx/ this bitnami doc] which was not really advertised in the download link at the time of writing ....
 
Here are the steps:
* Get the <code>LOCAL INSTALL</code> OpenEx installer from https://bitnami.com/stack/edx
* Make the file executable:
chmod a+x bitnami-edx-eucalyptus.3-0-linux-x64-installer.run
* Create an empty directory somewhere
mkdir /path_yours/edx
* Run the installer (and wait for a very long time)
./bitnami-edx-eucalyptus.3-0-linux-x64-installer.run
: In the beginning it will ask your for an admin login, mail and password. It also requires SMTP information (anonymous is not allowed, so need an account). Alternatively you can use a gmail address.
: '''Important'''. You won't have to wait for a few minutes, but for a very long time, e.g. about 30 minutes on an older but idle Ubuntu 16 box.
* Launch it once the installer is done. You will get a little console (see picture to the right). This console is fairly useless if you are connected through an terminal. Instead you could run the following:
cd your_installation_directory
./ctlscript.sh status
: This will not mean that you actually can use the server, since you very likely may have a firewall that blocks outside access to your server.
: To test in the terminal if the server is actually working your could just type <code>wget localhost:8000</code> (adapt the port number).
* Adapt the firewall (of course you also can restrict to a local network)
# show open ports
sudo ufw status
<nowiki>#</nowiki> add port 8000 (adapt to yours)
sudo ufw allow 8000/tcp
<nowiki>#</nowiki> Open for the Studio (else you cannot create courses)
sudo ufw allow 18010/tcp
<nowiki>#</nowiki> add port 8000 to a restricted area
sudo ufw allow 8000/tcp from ip_number_here
<nowiki>#</nowiki> Reload the firewall
sudo ufw reload
 
Now if you plan to use this as a little production environment
* Open the firewall (see above)
* you should tell your system to launch this script at boot time. E.g. [http://askubuntu.com/questions/814/how-to-run-scripts-on-start-up read this].
 
'''Bugs''' (April 27 2017)
 
* The installation script will run and install under your login. It can not figure out your group name and some configuration files will be wrong. Fix group names in:
properties.ini
apps/edx/conf/httpd-cms.conf
apps/edx/conf/httpd-lms.conf
apps/xqueue/conf/httpd-xqueue.conf
 
* The start up page will display an empty URL (see above). Somehow, Apache will start despite wrong group names, but then something goes wrong. Fix the group name problem, shut down everything and restart.
 
* See [https://community.bitnami.com/t/studios-having-trouble-saving-your-work/48279/2 this] for a "Studio's having trouble saving your work" problem that was easy to fix with an Apache configuration detail. Also, see older versions of this wiki page.
 
* In Eucalyptos versions prior to March 21 2017, Studio will not allow saving an edited block '''Problem not solved so far'''. The problem is fixed. Else in an older install eidt /opt/bitnami/apps/edx/conf/httpd-vhosts.conf:
Replace
<source lang="XML">
<VirtualHost *:18010>
    Include "/opt/bitnami/apps/edx/conf/httpd-cms.conf"
</VirtualHost>
by:
 
<VirtualHost *:18010>
    AllowEncodedSlashes On
    Include "/opt/bitnami/apps/edx/conf/httpd-cms.conf"
</VirtualHost>
</source>
 
=== installation under root ===
 
Since saving a studio edit did not work, I tried reinstalling the whole thing under root. The problem was fixed in a new release, but I keep the root install anyhow. It does seem to be more reliable (processes will run under daemon by default).


  sudo su
  sudo su
Line 161: Line 94:
  ufw allow 443/tcp
  ufw allow 443/tcp
  ufw reload
  ufw reload
./bitnami-edx-eucalyptus.3-0-linux-x64-installer.run
./bitnami-edx-ginkgo.2-4-linux-x64-installer.run


  // kill temp file from user installation
Now exit and exit, log into the server with X enabled if you prefer the installation popup window, e.g.
  rm -r /tmp/mako_lms
ssh your.machine -XY
   
   
Below is a slightly censored transcript of the installation dialog. I basically used default values.
Below is a slightly censored transcript of the installation dialog. I basically used default values.


<source lang="bash">
<source lang="bash">
  ./bitnami-edx-eucalyptus.3-0-linux-x64-installer.run  
  sudo bitnami-edx-ginkgo.2-4-linux-x64-installer.run
X11 connection rejected because of wrong authentication.
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Welcome to the Open edX powered by Bitnami Setup Wizard.
Welcome to the Open edX powered by Bitnami Setup Wizard.
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Select the components you want to install; clear the components you do not want  
Select the components you want to install; clear the components you do not want  
Line 178: Line 111:


Open edX : Y (Cannot be edited)
Open edX : Y (Cannot be edited)
Demo course for Open edX [Y/n] :Y
 
Demo course for Open edX [Y/n] :y
Is the selection above correct? [Y/n]: y
Is the selection above correct? [Y/n]: y
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Installation folder
Installation folder
Please, choose a folder to install Open edX powered by Bitnami
Please, choose a folder to install Open edX powered by Bitnami
Select a folder [/opt/edx-eucalyptus.3-0]:      
Select a folder [/opt/edx-ginkgo.2-4]:  
 
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Create Admin account
Create Admin account
Open edX powered by Bitnami admin user creation
Open edX powered by Bitnami admin user creation
Your real name [User Name]: Daniel K. Schneider
Your real name [User Name]: Daniel K. Schneider
Email Address [user@example.com]:  
Email Address [user@example.com]:  
Login [user]: admin
Login [user]: admin
Password :
Password :
Please confirm your password :
Please confirm your password :
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Web Server Port
Web Server Port
Choose a port that is not currently in use, such as port 81.
Choose a port that is not currently in use, such as port 81.
Apache Web Server Port [81]:    
Apache Web Server Port [81]:  
 
----------------------------------------------------------------------------
----------------------------------------------------------------------------
MySQL Information
MySQL Information
Please enter your MySQL database information:
Please enter your MySQL database information:
Choose a port that is not currently in use, such as port 3307.
Choose a port that is not currently in use, such as port 3307.
MySQL Server port [3307]:  
MySQL Server port [3307]:  
----------------------------------------------------------------------------
----------------------------------------------------------------------------
The hostname that will be used to create internal URLs. If this value is  
The hostname that will be used to create internal URLs. If this value is  
incorrect, you may be unable to access your Open edX installation from other  
incorrect, you may be unable to access your Open edX installation from other  
computers.
computers.
Hostname [127.0.1.1]: XXXX.unige.ch
 
Hostname [127.0.1.1]: xxxxxxx.unige.ch
 
Do you want to configure mail support? [y/N]: y
Do you want to configure mail support? [y/N]: y
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Configure SMTP Settings
Configure SMTP Settings
This is required so your application can send notifications via email.
This is required so your application can send notifications via email.
Default email provider:
Default email provider:
[1] GMail
[1] GMail
[2] Custom
[2] Custom
Please choose an option [1] : 2
Please choose an option [1] : 2
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Configure SMTP Settings
Configure SMTP Settings
Line 220: Line 173:
others. For this reason, it is recommended that you do not use your personal  
others. For this reason, it is recommended that you do not use your personal  
account credentials.
account credentials.
Username []: XXXX-tecfa
 
Username []:  
 
Password :
Password :
Re-enter :
Re-enter :
SMTP Host []: XXXX.unige.ch
SMTP Host [xxxxxxxx.unige.ch]:
 
SMTP Port [587]:  
SMTP Port [587]:  
Secure connection
Secure connection
[1] None
[1] None
[2] SSL
[2] SSL
[3] TLS
[3] TLS
Please choose an option [3] : 1
Please choose an option [1] :  
 
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Setup is now ready to begin installing Open edX powered by Bitnami on your  
Setup is now ready to begin installing Open edX powered by Bitnami on your  
computer.
computer.
Do you want to continue? [Y/n]: y
outlook
Do you want to continue? [Y/n]:  
 
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Please wait while Setup installs Open edX powered by Bitnami on your computer.
Please wait while Setup installs Open edX powered by Bitnami on your computer.
  Installing
  Installing
  0% ______________ 50% ______________ 100%
  0% ______________ 50% ______________ 100%
  ########################################
  ########################################
</source>
</source>
After the script shows claims it is done (see the 100% above), it '''is not''' and '''you should wait for a long time''' before you abort. In the terminal version, there is '''no''' feedback that the system is installing. The "installing progress" bar above only shows the first "unpacking" part if I understood right.
So I repeat, wait for a '''very long time''' (about '''one hour'''), after the script claims 100% installing.
If you want to redo the installation with the X popup (I did that since I hit ctrl-c too early, see above).
* Hit CTRL-C
* Make sure that X can display on your screen (else redo the "terminal" installation, and this time: WAIT !)
* sudo rm -r /opt/edx-ginkgo.2-4/
[[File:bitnami-edx-gink-console.png|thumb|300px|none|Be patient ... wait until you see this.]]


==== Create a shortcut ====
==== Create a shortcut ====
Line 245: Line 218:
We suggest creating the following symbolic link:
We suggest creating the following symbolic link:


  sudo ln -s /opt/edx-eucalyptus.3-0 /edx
  sudo ln -s /opt/edx-ginkgo.2-4/ /edx


That way it's a bit easier to type script names, e.g. the frequently used
That way it's a bit easier to type script names, e.g. the frequently used
Line 265: Line 238:


==== Initial Configuration - get the admin console working ====
==== Initial Configuration - get the admin console working ====
(from the Eucalyptus installation - not yet updated since one also can use the web console)


By default, anyone now can require an account and will get it. This may attract spammers.
By default, anyone now can require an account and will get it. This may attract spammers.
Line 282: Line 257:
Now your freaky Ubuntu will not run the firefox you just installed, but a copy of the one you already may have running on your local machine. Type:
Now your freaky Ubuntu will not run the firefox you just installed, but a copy of the one you already may have running on your local machine. Type:
  firefox --new-instance
  firefox --new-instance
Open http://localhost:8000/admin and enjoy the difficult editing over a remote X connection.
Open http://localhost:81/admin and enjoy the difficult editing over a remote X connection.


Alternatively, you can access the admin console through the same port as edx studio.
Alternatively, if you change a setting, you can access the admin console through the same port as edx studio.
* http://_yoursite_:18010/admin/
* http://_yoursite_:18010/admin/


Line 394: Line 369:
Configuring edX can be fairly confusing to a novice. So far I identified three different interfaces
Configuring edX can be fairly confusing to a novice. So far I identified three different interfaces


(1) EdX can be configured from the administration console which by default only runs on the server machine (localhost). E.g. if the edX server runs on port 81 (yours may run under 8080), then:
(1) EdX can be configured from the administration console which by default '''only runs on the server machine''' (localhost). E.g. if the edX server runs on port 81 (yours may run under 8080), then:
  http://localhost:81/admin  
  http://localhost:81/admin  


Line 409: Line 384:


Once you understood that principle, it still will be difficult to get anything done.
Once you understood that principle, it still will be difficult to get anything done.
=== Add a site ===
In Django:
* Select Sites->Site
* Enter the Internet name including the port, e.g. yoursite.site:81


=== User management ===
=== User management ===
Line 416: Line 399:
==== Creating a user with admin tools ====
==== Creating a user with admin tools ====


The web interface for administrators (http://localhost:81/admin) allows to add users and to make the active.
The web interface for administrators (http://localhost:81/admin) allows make users active and to give them rights. Creating a user does not seem to work.


Under site administration:
Under site administration:
Line 422: Line 405:
* The same admin interface section also allows to change various permissions, i.e. allow someone to become staff (being able to use this interface) or become superuser. Staff and superuser is not the same as being an instructor for a class.
* The same admin interface section also allows to change various permissions, i.e. allow someone to become staff (being able to use this interface) or become superuser. Staff and superuser is not the same as being an instructor for a class.


Alternatively, the following command line script creates a new superuser according some source on the web (verify !!!)
When last tried this did not work, e.g. there is no field to enter a user name:
  sudo /opt/edx-eucalyptus.3-0/apps/edx/bin/python.edxapp ./manage.edxapp lms manage_user staff staff@example.com --staff --superuser --settings=aws
[[file:edx-django-create-user-2018.png|none|300px|thumb|Django "administration" tool woes, cannot enter a user id]]
 
Workarounds:
 
* Create a user in the LMS, then make changes in the console. That is what I used (for now)
 
* Alternatively, the following command line script creates a new superuser according some source on the web (verify !!!)
  sudo /edx/apps/edx/bin/python.edxapp ./manage.edxapp lms manage_user staff staff@example.com --staff --superuser --settings=aws
 
Create staff users: In the administration console:
* Goto Authentication and Authorization
* Users
* Tick <code>Staff status</code>


Administration console for approving course creation
Administration console for approving course creation
Line 429: Line 424:
* http://__yoursite_:18010/admin/course_creators/coursecreator/
* http://__yoursite_:18010/admin/course_creators/coursecreator/


E.g. to find it, go to edx-studio, edit the URL to add <code>admin</admin>. Then either find the course create section or add <code>course_creators/coursecreator/</code> to the URL.
E.g. to find it, go to edx-studio, edit the URL to add <code>admin</code>. Then either find the course create section or add <code>course_creators/coursecreator/</code> to the URL.


==== Restrict emails to certain domains ====
==== Restrict emails to certain domains ====
Line 441: Line 436:


Example restring registration to University of Geneva emails (the regexp actually also would allow for subdomains like tecfa.unige.ch, which we don't have anymore).
Example restring registration to University of Geneva emails (the regexp actually also would allow for subdomains like tecfa.unige.ch, which we don't have anymore).
REGISTRATION_EMAIL_PATTENRS_ALLOWED" : ["^.*@(.*\\.)?unige\\.ch$"]
"REGISTRATION_EMAIL_PATTERNS_ALLOWED": ["^.*@(.*\\.)?unige\\.ch$"],
 
The following will allow registration from anywhere:
"REGISTRATION_EMAIL_PATTERNS_ALLOWED": null,


==== Course creation rights ====
==== Course creation rights ====


By default, any registered user has access to edx-studio and will be allowed to create a course. '''You should change this''', read [https://github.com/Livit/Livit.Learn.EdX/wiki/Controlling-course-creation-rights Controlling Course Creation Rights]
You can give course creation rights in the django administration tool (that be default only runs on the server machine or via a SSH tunnel)
 
There are two options, pick either one, but not both.
 
'''Option one: Disable non-staff users from creating courses'''


* Edit file  apps/edx/edx-platform/cms/envs/common.py and '''add''' the following <code>DISABLE_COURSE_CREATION : True</code> to features
Have the user create him/herself '''before''' through the normal sign up mechanism.


<source lang="python">
Then open the django console or directly the user management tool.
FEATURES {
    .............
    'DISABLE_COURSE_CREATION' : True,
    ...........................
}
</source>


'''Option two: Create a course creation group. Only members of that group will be allowed to create courses'''
* http://localhost:81/admin/auth/user/


* Edit file  apps/edx/edx-platform/cms/envs/common.py and '''change''' <code>False</code> to <code>True</code>
* Click on the user
 
* Then, under permissions, tick <code>staff status</code>
<source lang="python">
FEATURES {
    'ENABLE_CREATOR_GROUP' : True,
}
</source>
 
In '''both''' cases you will have to update the database (we believe, needs to be verified !)
#go to edx installation directory
cd edx
#go to plaform directory
cd apps/edx/edx-platform
# update, (/edx is a symlink to /opt/edx-eucalyptus.3-0)
sudo -u www-data /edx/apps/edx/bin/python.edxapp ./manage.py cms syncdb --migrate --settings aws --migrate –noinput
# Reboot
sudo /edx/ctlscript.sh restart


==== SSO from other services overview ====
==== SSO from other services overview ====
Line 575: Line 548:




[[File:edx-studio-1.png|thumb|400px|right|EdX Studio Home page just after installing (Bitnami Eucalyptus 3.0 version, April 2017)]]  
[[File:edx-studio-1.png|thumb|400px|right|EdX Studio Home page just after installing (Bitnami Eucalyptus 3.0 version, April 2017)]]
 
== Using and installing plugins ==
 
A system administrator can install so-called XBlocks. Each course manager then must enable these for his/her course. This is a difficult operation since (a) the system does not tell what blocks are available and (b) it is difficult to figure out the name of a block.
 
=== XBlocks directory ===
 
* [https://openedx.atlassian.net/wiki/spaces/COMM/pages/43385346/XBlocks+Directory XBlocks directory]
 
Some of this are already installed in some distributions, e.g. some Bitnami installations claim to have XBlocks pre-installed.
 
There exist other lists and I have no idea which one could be trusted, e.g.
* [https://github.com/Livit/Livit.Learn.EdX/wiki/List-of-XBlocks List-of-XBlocks]
* [https://help.appsembler.com/article/204-appsembler-enterprise-xblock-directory Appsembler xblock directory]
 
=== Listing installed XBlocks ===
 
In the Gingko version (and prior) we didn't find a way to list installed XBlocks
 
The easiest way may be to look at the directories, e.g.
ls -la /edx/apps/edx/venvs/edxapp/lib/python2.7/site-packages | grep xblock
 
However, this only will be of moderate help. EdX documentation is so broken that it cannot even tell the simple name of block that is required to make it work.
 
{| class="wikitable" border="1"
|-
! Name to use in Studio
! Name
! Repository
! Comments
|-
| done
| DoneXBlock
| https://github.com/Stanford-Online/DoneXBlock
| OK. The block appears as "Completion"
|-
|
|
|
|
|-
| flow-control
| XBlock flow-control
| https://github.com/eduNEXT/flow-control-xblock
| OK installed (not tested)
|-
|ratingvideo ?
|Xblock for video rating
|https://github.com/UC3Mx/ratingXBlock
|not tested
|-
|rate
|RateXBlock
|?
|OK
|-
|poll
|XBlock-Poll
|https://github.com/open-craft/xblock-poll
|OK
|}
 
... good luck.
 
=== Using an installed XBlock ===
 
Depending on your installation, some XBlocks already may be installed. E.g. the bitname stack already include some blocks. Otherwise, the system administrator has to do this. So far, normal procedure. However, by definition, installed XBlocks '''cannot be just used''', i.e. the course creator has to enable them. This is bloody tedious and also quite difficult for non-technical persons. E.g. there is no way to list installed XBlocks.
 
To enable the XBlock for the course, do as follows:
* Navigate to the course in Studio.
* Click the "Settings -> Advanced settings" menu.
* Specify the XBlock to use in the "Advanced Module List" area using a comma-separated list. Note that you can find the name of the module in the provider documentation, something that is difficult since most block authors do not seem to do this. So look at the source code (file setup.py towards the end, do not take the name of the XBlock, rather look for something like:
<source lang="JavaScript">
packages=[
        'done',
],
</source>
 
<source lang="JavaScript">
[
    "rate",
    "poll",
    "done",
    "drag-and-drop"
]
</source>
 
Once some XBlocks are enabled for course you can use these in any unit.
 
* On the unit page, under Add New Component, select Advanced.
* Your XBlock is listed as one of the types you can add.
* Select the name of your XBlock to add an instance to the unit.
* You can then edit the properties of the instance as needed by selecting the Edit button.
 
Read also:
* [https://help.appsembler.com/article/176-how-to-enable-xblocks How to enable XBlocks]
 
=== Installation of XBlocks with the Bitname stack ===
 
* Log in to your server console.
* Load the Open edX virtual environment ('''if you do not, you will regret !''')
source /opt/bitnamiXXXX/apps/edx/venvs/edxapp/bin/activate
e.g. if you created our recommended symbolic link, type
source /edx/apps/edx/venvs/edxapp/bin/activate
 
Then there are two ways to download and install
 
Old style - download and install
* Download the module.
sudo pip install /path/to/downloaded/xblock/
 
New style - alternatively, do it in one step
sudo -H pip install git+https://github.com/path_to_the_repository
 
If this does not work, try:
sudo su
source /edx/apps/edx/venvs/edxapp/bin/activate
pip install .....
 
Exemple:
pip install git+https://github.com/Stanford-Online/DoneXBlock.git
pip install git+https://github.com/eduNEXT/flow-control-xblock.git
 
After installing a new blocks, do '''restart the system'''
sudo /edx/ctlscript.sh restart
 
 
See above for enabling


== Creating a course ==
== Creating a course ==


See: [[Open edX]]
See: [[Open edX]]


== Links ==
== Links ==
Line 604: Line 705:
=== Bitnami documentation ===
=== Bitnami documentation ===


* [https://docs.bitnami.com/general/apps/edx/ Bitnami documentation for Open edX]. See the menus to the left.
* [https://docs.bitnami.com/general/apps/edx/ Bitnami documentation for Open edX]. See the menus to the left.

Latest revision as of 10:10, 31 August 2018

Introduction

According to the [homepage], “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.”

The following content will apply to a May 2018 Ginko 2-4 installation on Ubuntu 16LTS. The Eucalyptus (2017) was described here.

See also:

Installation of the Bitnami stack

There are many different ways to install and run an edX server.

As of March 31 2017, we managed to install a Bitnami stack as described below. As of May 2018 some contents below are outdated. Use with care.

We got it from here:

Log onto your server machine and use something like:

wget https://bitnami.com/redirect/to/193216/bitnami-edx-ginkgo.2-4-linux-x64-installer.run

We also suggest to read the official documentation of the Bitnami stack

Installation of a test system under Ubuntu 16

Like for Eucalyptus, there are small glitches fro ginkgo, e.g. in terminal mode, the installation script seem to be stuck after reaching 100%. In reality (I found out after abortin), the installation takes ages without telling so, about an hour.

There are display problems with the X version (I wonder when programmers will learn that people actually do use high resolution screens and have been doing that for the last bloody 6 years). The dialogue is a bit different from the X version and the terminal version.

You also could provide the installation script with parameters. This could help doing a re-installation. Use "--help" to find out.

Overview

If you have free access to a server machine, the easiest method is probably installing the "bitnami" stack (README.txt file. It will install a complete independent software pack in a separate directory including web servers, database servers, several programming languages, etc.

If your machine already runs web servers, data base servers, etc. it will use other ports. From the README file: “The default listening port for Apache is 8080, for Elasticsearch 9300, for Memcached 11211, for MongoDB 27017, for MySQL is 3306, for RabbitMQ 5672, for Open edX XQueue 18040 and 18010 for Open edX CMS. If those ports are already in use by other applications, you will be prompted for alternate ports to use.” This does of course require that you allow that...

Summary of ports that must be openend or can remain local (user installation for a system with an existing LAMP/Java stack, changed apache default from 8080 to 8000)

PORTS used by edX standard and custom installations (reused from the old Eucalyptus installation)
Service system default ports default user install

ports

our user install our root install

(machine already had a LAMP stack)

requires open firewall
mysql_port 3306 3307 3307 3307
smtp_port 587 587 587 587
apache_server_port 80 8080 8000 81 x
apache_server_ssl_port 443 8443 8443 443 x
mongodb_port 27017 27017 27017
elasticsearch_port 9200 9200 9200
elasticsearch_node_port 9300 9300 9300
rabbitmq_server_port 5672 5672 5672
rabbitmq_management_port 15672 15672 15672
Open edX XQueue 18040 18040 18040 x
Open edX CMS 18010 18010 18010 x

installation with root privileges

sudo su
ufw allow 81/tcp
ufw allow 443/tcp
ufw reload

./bitnami-edx-ginkgo.2-4-linux-x64-installer.run

Now exit and exit, log into the server with X enabled if you prefer the installation popup window, e.g.

ssh your.machine -XY

Below is a slightly censored transcript of the installation dialog. I basically used default values.

 sudo bitnami-edx-ginkgo.2-4-linux-x64-installer.run
----------------------------------------------------------------------------
Welcome to the Open edX powered by Bitnami Setup Wizard.

----------------------------------------------------------------------------
Select the components you want to install; clear the components you do not want 
to install. Click Next when you are ready to continue.

Open edX : Y (Cannot be edited)

Demo course for Open edX [Y/n] :y
Is the selection above correct? [Y/n]: y

----------------------------------------------------------------------------
Installation folder

Please, choose a folder to install Open edX powered by Bitnami
Select a folder [/opt/edx-ginkgo.2-4]: 

----------------------------------------------------------------------------
Create Admin account

Open edX powered by Bitnami admin user creation

Your real name [User Name]: Daniel K. Schneider

Email Address [user@example.com]: 

Login [user]: admin

Password :
Please confirm your password :
----------------------------------------------------------------------------
Web Server Port

Choose a port that is not currently in use, such as port 81.
Apache Web Server Port [81]: 

----------------------------------------------------------------------------
MySQL Information

Please enter your MySQL database information:

Choose a port that is not currently in use, such as port 3307.
MySQL Server port [3307]: 

----------------------------------------------------------------------------
The hostname that will be used to create internal URLs. If this value is 
incorrect, you may be unable to access your Open edX installation from other 
computers.

Hostname [127.0.1.1]: xxxxxxx.unige.ch

Do you want to configure mail support? [y/N]: y

----------------------------------------------------------------------------
Configure SMTP Settings

This is required so your application can send notifications via email.
Default email provider:

[1] GMail
[2] Custom
Please choose an option [1] : 2

----------------------------------------------------------------------------
Configure SMTP Settings

This data is stored in the application configuration files and may be visible to 
others. For this reason, it is recommended that you do not use your personal 
account credentials.

Username []: 

Password :
Re-enter :
SMTP Host [xxxxxxxx.unige.ch]: 

SMTP Port [587]: 

Secure connection

[1] None
[2] SSL
[3] TLS
Please choose an option [1] : 

----------------------------------------------------------------------------
Setup is now ready to begin installing Open edX powered by Bitnami on your 
computer.
outlook
Do you want to continue? [Y/n]: 

----------------------------------------------------------------------------
Please wait while Setup installs Open edX powered by Bitnami on your computer.

 Installing
 0% ______________ 50% ______________ 100%
 ########################################

After the script shows claims it is done (see the 100% above), it is not and you should wait for a long time before you abort. In the terminal version, there is no feedback that the system is installing. The "installing progress" bar above only shows the first "unpacking" part if I understood right.

So I repeat, wait for a very long time (about one hour), after the script claims 100% installing.

If you want to redo the installation with the X popup (I did that since I hit ctrl-c too early, see above).

* Hit CTRL-C
* Make sure that X can display on your screen (else redo the "terminal" installation, and this time: WAIT !)
* sudo rm -r /opt/edx-ginkgo.2-4/
Be patient ... wait until you see this.

Create a shortcut

We suggest creating the following symbolic link:

sudo ln -s /opt/edx-ginkgo.2-4/ /edx

That way it's a bit easier to type script names, e.g. the frequently used

sudo /edx/ctlscript.sh restart

To start/stop the server

You can use the included ctlscript.sh utility that sits in the top-level directory, e.g. /opt/edx-eucalyptus.3-0

sudo ./ctlscript.sh start|stop|restart

EdX will be available on the selected port, e.g.

http://yourserver_ip_or_name:81
- or -
http://yourserver_ip_or_name:8080

Again, if this does not work from your client machine, adapt the firewall settings (see above)

edX administration panel

Initial Configuration - get the admin console working

(from the Eucalyptus installation - not yet updated since one also can use the web console)

By default, anyone now can require an account and will get it. This may attract spammers.

After login into the system you cannot do anything, except signing up for the demo class and configuring the admin profile. You can configure edX through the http://youredx:port/admin URL.

There are three ways to use the admin console:

(1) Log into the admin console on localhost or via edx-studio

http://localhost:81/admin
The admin console is available on the localhost, which is really bad news if you cannot run an Xserver on your client machine. If you do happen to have a client linux machine (I do) then you can run firefox on the server machine. Connect to the server with the -XY option !!
ssh your_server -XY
sudo apt-get install firefox

Now your freaky Ubuntu will not run the firefox you just installed, but a copy of the one you already may have running on your local machine. Type:

firefox --new-instance

Open http://localhost:81/admin and enjoy the difficult editing over a remote X connection.

Alternatively, if you change a setting, you can access the admin console through the same port as edx studio.

(2) Using a terminal web client

Instead of running a web browser over an X connection, you also can use a terminal browser, E.g.

sudo apt-get install lynx
lynx http://localhost:81/admin

You will see many configuration items grouped into categories. Each item can be edited in three ways:

  • Clicking on the item
  • Add
  • Change (same as clicking on item)

(3) Create an ssh tunnel

You may have to give the full server name. Example:

  • Source port: 81
  • Destination: your_full_server_name:81

Email configuation

It is quite important that your MOOC can send emails, at least for account confirmation.

There are two methods:

  • Use the google SMTP using a Google Account as sender
  • Configure a local smtp server.

Sometimes local STMP servers use restrictions, talk to your system administrator. Typically, you should edit the 4 configuration files in apps/edx/conf and use settings like this:

   "EMAIL_BACKEND": "django.core.mail.backends.smtp.EmailBackend",
   "EMAIL_HOST_USER": "USER@YOUR_MAILDOMAIN.domain",
   "EMAIL_HOST_PASSWORD": "XXXXXXX",
   "EMAIL_HOST": "your_outgoing_mail_server.YOUR_DOMAIN.domain",
   "EMAIL_PORT": 587,
   "EMAIL_USE_TLS": true,

Make sure that (a) your user exists, that (b) settings are correct and (c) that you are allowed to send mail from a portal.

If the email is not working, you can still explorer edX for testing, i.e. you can manually create accounts and then send the passwords to your student population. For people who signed up but did not get any email, you could explore the Students section in the admin console. E.g. by clicking on Registration objects in Registration you could retrieve an activation key.

The environment

Since you installed a complete stack that includes everthing edX needs, you will have to be careful when executing python scripts, do updates and so forth. Command line scripts should be called via

/opt/edx-eucalyptus.3-0/apps/edx/bin/python.edxapp
and not you standard python !

Otherwise consider something like this (not tested):

sudo /opt/edx-eucalyptus.3-0/use_edx 
sudo source /opt/edx-eucalyptus.3-0/apps/edx/scripts/edxapp_env

Security

The manuals and the admin console strongly suggest to do the following. We quote:

Security warning for Open edX

Running Open edX in production without enabling code jail is extremely dangerous, puts your student's data at risk, and is not recommended. You can set it up following the steps of this page.

Install AppArmor CodeJail

(1) Read How to install CodeJail Sandbox? (Bitnami). For a root install, the instructions in the Bitname page (just above) seem to be correct, but some appear to be already done.

(2) Already there (?):

sudo apt-get install apparmor
sudo addgroup sandbox
sudo adduser --disabled-login sandbox --ingroup sandbox

(3) After checking the above, continue and create a /etc/sudoers.d/01-sandbox file with the following contents. Make bloody damn sure that the path are ok, before you save the file. A single mistake in a single line will block your system. If that happens type su, enter the root password (not yours), then edit and uncomment all lines with #. Then restart with sudo.

sudo visudo -f /etc/sudoers.d/01-sandbox

File contents:

daemon ALL=(sandbox) SETENV:NOPASSWD:/opt/edx-eucalyptus.3-0/apps/edx/venvs/edxapp-sandbox/bin/python
daemon ALL=(sandbox) SETENV:NOPASSWD:/usr/bin/find
daemon ALL=(ALL) NOPASSWD:/usr/bin/pkill

(4) Create/Edit /etc/apparmor.d/opt.bitnami.apps.edx.venvs.edxapp-sandbox.bin.python

sudo touch /etc/apparmor.d/opt.bitnami.apps.edx.venvs.edxapp-sandbox.bin.python

with the following contents:

#include <tunables/global>
#include <tunables/global>

/opt/edx-eucalyptus.3-0/apps/edx/venvs/edxapp-sandbox/bin/python {
    #include <abstractions/base>
    #include <abstractions/python>

    /opt/edx-eucalyptus.3-0/apps/edx/venvs/edxapp-sandbox/** mr,
    # If you have code that the sandbox must be able to access, add lines
    # pointing to those directories:
    /opt/edx-eucalyptus.3-0/apps/edx/edx-platform/common/lib/sandbox-packages/** r,
    /opt/edx-eucalyptus.3-0/python/lib/python2.7/** r,

    /tmp/codejail-*/ rix,
    /tmp/codejail-*/** wrix,
}

(5) Add this to apparmor_parser

sudo apparmor_parser /etc/apparmor.d/opt.bitnami.apps.edx.venvs.edxapp-sandbox.bin.python
sudo installdir/ctlscript.sh restart apache

Configuration

Configuring edX can be fairly confusing to a novice. So far I identified three different interfaces

(1) EdX can be configured from the administration console which by default only runs on the server machine (localhost). E.g. if the edX server runs on port 81 (yours may run under 8080), then:

http://localhost:81/admin 

(2) You also can and must edit configuration files that sit in the ./apps/edx/conf directory (see below for an example)

(3) You can enter command line instructions that sit in the /opt/edx-eucalyptus.3-0/apps/edx/edx-platform directory, e.g.

cd /opt/edx-eucalyptus.3-0/apps/edx/edx-platform

Let us recall that you must launch the scripts with the python stack distributed. To do so, instead of just typing something like python manage.py, you will have to type /opt/edx-eucalyptus.3-0/apps/edx/bin/python.edxapp manage.py or if you got your symbolic link /edx/apps/edx/bin/python.edxapp manage.py

List available commands:

sudo /opt/edx-eucalyptus.3-0/apps/edx/bin/python.edxapp ./manage.py lms --settings aws help

Once you understood that principle, it still will be difficult to get anything done.

Add a site

In Django:

  • Select Sites->Site
  • Enter the Internet name including the port, e.g. yoursite.site:81

User management

By default, anyone can sign up as a simple user. This can be a source for spamming and should be further analyzed....

Creating a user with admin tools

The web interface for administrators (http://localhost:81/admin) allows make users active and to give them rights. Creating a user does not seem to work.

Under site administration:

  • Authentication and Authorization -> Users
  • The same admin interface section also allows to change various permissions, i.e. allow someone to become staff (being able to use this interface) or become superuser. Staff and superuser is not the same as being an instructor for a class.

When last tried this did not work, e.g. there is no field to enter a user name:

Django "administration" tool woes, cannot enter a user id

Workarounds:

  • Create a user in the LMS, then make changes in the console. That is what I used (for now)
  • Alternatively, the following command line script creates a new superuser according some source on the web (verify !!!)
sudo /edx/apps/edx/bin/python.edxapp ./manage.edxapp lms manage_user staff staff@example.com --staff --superuser --settings=aws

Create staff users: In the administration console:

  • Goto Authentication and Authorization
  • Users
  • Tick Staff status

Administration console for approving course creation

E.g. to find it, go to edx-studio, edit the URL to add admin. Then either find the course create section or add course_creators/coursecreator/ to the URL.

Restrict emails to certain domains

cd ./apps/edx/conf/
# backup the files
sudo cp lms.env.json lms.env.json.OLD
sudo cp cms.env.json cms.env.json.OLD

In each of the files you could a line at the end that restricts registration to certain domains. Read this.

Example restring registration to University of Geneva emails (the regexp actually also would allow for subdomains like tecfa.unige.ch, which we don't have anymore). "REGISTRATION_EMAIL_PATTERNS_ALLOWED": ["^.*@(.*\\.)?unige\\.ch$"],

The following will allow registration from anywhere: "REGISTRATION_EMAIL_PATTERNS_ALLOWED": null,

Course creation rights

You can give course creation rights in the django administration tool (that be default only runs on the server machine or via a SSH tunnel)

Have the user create him/herself before through the normal sign up mechanism.

Then open the django console or directly the user management tool.

  • Click on the user
  • Then, under permissions, tick staff status

SSO from other services overview

edX provides a number of possibilities for single sign-on, e.g.

  • Oauth (Google, Facebook, LinkedIn)
  • SAML (also known as Shiboleth) - used by many universities, e.g. the Swiss higher education network.
  • LTI (see the LTI section) - An e-learning standard allowing one platform to send users to another platform

SAML configuration

SAML is popular with Universities, read

To make this work you first need to enable third party auth support.

Edit

/opt/edx-eucalyptus.3-0/apps/edx/conf/lms.env.json

Change from false to true:

"FEATURES": {
       .....
        "ENABLE_COMBINED_LOGIN_REGISTRATION": true,
        "ENABLE_THIRD_PARTY_AUTH": true,

Restart the server. If you did this right, then you will see backend name: tpa-saml in the Add Provider Configuration:

To add a provider:

Third_Party_Auth › Provider Configuration (SAML IdPs) › Add Provider Configuration (SAML IdP) 
  • Fill in the name of your provider institution
  • Tick skip registration form and skip email verification (if you trust the provider)
  • Fill in Idp slug (short name), Entity ID and Metadata source.

Save.

The provider now should appear in http://localhost:81/admin/third_party_auth/samlproviderconfig/. However it may not be enabled. In order to make this work, you may have to get in touch with your SAML provider.

LTI

edX is both an LTI provider and consumer, read Open edX as an LTI Tool Provider.

(1) Edit edx/app/edxapp/lms.env.json

"FEATURES" : {
    ...
    "ENABLE_LTI_PROVIDER": true
}

(2) Run database migrations as root

cd /opt/edx-eucalyptus.3-0/apps/edx/edx-platform
../bin/python.edxapp ./manage.py lms syncdb --settings aws

You should see at the end something like:

Running migrations:
 Rendering model states... DONE
 Applying lti_provider.0001_initial... OK
 Applying lti_provider.0002_auto_20160325_0407... O

(3) Restart the LMS server

/opt/edx-eucalyptus.3-0/ctlscript.sh 

A connector with Moodle does not seem to be working yet (March 2017).

To add an LTI consumer, e.g. Moodle:

  • In the LTI Provider section, next to LTI Consumers select Add.
  • Add a consumer name, e.g. My_Moodle
  • Keep the automatically generated keys.
  • Save

To allow students from your Moodle to log into edX:

  • Third_Party_Auth section -> Provider Configuration (LTI), select Add (or click on Provider configuration, then add ...)
  • Then what ? Moodle does not seem to provide LTI consuming at the systems level...

Bulk email from courses

By default, sending email from courses to its participants is not allowed.

To change this, you can use the administration console: Bulk_Email

  • The tool Bulk_Email › Bulk email flags > Add : Tick both "enabled" to allow bulk email and "require course email auth" to allow only for specific courses.
  • Then allow for specific classes, and set the parameters in Bulk_Email › Course authorizations

Course Talk

Course talk is the name of an online service for rating courses.

You can configure a widget that allow users to rater your courses. Read 4.6. Adding the CourseTalk Widget

  • In the navigation pane of the admin interface, locate Coursetalk, and then select Course talk widget configurations.


EdX Studio Home page just after installing (Bitnami Eucalyptus 3.0 version, April 2017)

Using and installing plugins

A system administrator can install so-called XBlocks. Each course manager then must enable these for his/her course. This is a difficult operation since (a) the system does not tell what blocks are available and (b) it is difficult to figure out the name of a block.

XBlocks directory

Some of this are already installed in some distributions, e.g. some Bitnami installations claim to have XBlocks pre-installed.

There exist other lists and I have no idea which one could be trusted, e.g.

Listing installed XBlocks

In the Gingko version (and prior) we didn't find a way to list installed XBlocks

The easiest way may be to look at the directories, e.g.

ls -la /edx/apps/edx/venvs/edxapp/lib/python2.7/site-packages | grep xblock

However, this only will be of moderate help. EdX documentation is so broken that it cannot even tell the simple name of block that is required to make it work.

Name to use in Studio Name Repository Comments
done DoneXBlock https://github.com/Stanford-Online/DoneXBlock OK. The block appears as "Completion"
flow-control XBlock flow-control https://github.com/eduNEXT/flow-control-xblock OK installed (not tested)
ratingvideo ? Xblock for video rating https://github.com/UC3Mx/ratingXBlock not tested
rate RateXBlock ? OK
poll XBlock-Poll https://github.com/open-craft/xblock-poll OK

... good luck.

Using an installed XBlock

Depending on your installation, some XBlocks already may be installed. E.g. the bitname stack already include some blocks. Otherwise, the system administrator has to do this. So far, normal procedure. However, by definition, installed XBlocks cannot be just used, i.e. the course creator has to enable them. This is bloody tedious and also quite difficult for non-technical persons. E.g. there is no way to list installed XBlocks.

To enable the XBlock for the course, do as follows:

  • Navigate to the course in Studio.
  • Click the "Settings -> Advanced settings" menu.
  • Specify the XBlock to use in the "Advanced Module List" area using a comma-separated list. Note that you can find the name of the module in the provider documentation, something that is difficult since most block authors do not seem to do this. So look at the source code (file setup.py towards the end, do not take the name of the XBlock, rather look for something like:
packages=[
        'done',
],
[
    "rate",
    "poll",
    "done",
    "drag-and-drop"
]

Once some XBlocks are enabled for course you can use these in any unit.

  • On the unit page, under Add New Component, select Advanced.
  • Your XBlock is listed as one of the types you can add.
  • Select the name of your XBlock to add an instance to the unit.
  • You can then edit the properties of the instance as needed by selecting the Edit button.

Read also:

Installation of XBlocks with the Bitname stack

  • Log in to your server console.
  • Load the Open edX virtual environment (if you do not, you will regret !)
source /opt/bitnamiXXXX/apps/edx/venvs/edxapp/bin/activate

e.g. if you created our recommended symbolic link, type

source /edx/apps/edx/venvs/edxapp/bin/activate

Then there are two ways to download and install

Old style - download and install

  • Download the module.
sudo pip install /path/to/downloaded/xblock/

New style - alternatively, do it in one step

sudo -H pip install git+https://github.com/path_to_the_repository

If this does not work, try:

sudo su
source /edx/apps/edx/venvs/edxapp/bin/activate
pip install .....

Exemple:

pip install git+https://github.com/Stanford-Online/DoneXBlock.git
pip install git+https://github.com/eduNEXT/flow-control-xblock.git

After installing a new blocks, do restart the system

sudo /edx/ctlscript.sh restart


See above for enabling

Creating a course

See: Open edX

Links

Official documentation

The documentation is spread over several places.

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

Bitnami documentation