Tutor: the docker-based Open edX distribution designed for peace of mind¶
Tutor is a docker-based Open edX distribution, both for production and local development. The goal of Tutor is to make it easy to deploy, customize, upgrade and scale Open edX. Tutor is reliable, fast, extensible, and it is already used by dozens of Open edX platforms around the world.
Do you need professional assistance setting up or managing your Open edX platform? Overhang.IO provides online support as part of its Long Term Support (LTS) offering.
Features¶
100% open source
Runs entirely on Docker
World-famous 1-click installation and upgrades
Comes with batteries included: theming, SCORM, HTTPS, web-based administration interface, mobile app, custom translations…
Extensible architecture with plugins
Works with Kubernetes
No technical skill required with the 1-click Tutor AWS image
Amazing plugins available with Tutor Wizard Edition

User testimonials¶
“Tutor simplifies the deployment of Open edX, so that we can directly focus on customizing our platform. Thanks a lot.” – Shashi Kiran G M
“Tutor is an absolutely fabulous initiative” – Lionel Meinertzhagen, Learning engineer - Université Libre de Bruxelles
“Tutor just keeps on giving” – Stephen Brewer, Project Leader - IT Consulting
“Tutor has been a Godsend” – Micah L.
Quickstart (1-click install)¶
Download the latest stable release of Tutor and place the
tutor
executable in your path. From the command line:
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v11.1.0/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor sudo chmod 0755 /usr/local/bin/tutor
Run
tutor local quickstart
You’re done!
That’s it?
Yes :) This is what happens when you run tutor local quickstart
:
You answer a few questions about the Configuration of your Open edX platform.
Configuration files are generated from templates.
Docker images are downloaded.
Docker containers are provisioned.
A full, production-ready Open edX platform (Koa release) is run with docker-compose.
The whole procedure should require less than 10 minutes, on a server with a good bandwidth. Note that your host environment will not be affected in any way, since everything runs inside docker containers. Root access is not even necessary.
There’s a lot more to Tutor than that! To learn more about what you can do with Tutor and Open edX, check out the What next? section. If the quickstart installation method above somehow didn’t work for you, check out the Troubleshooting guide.
User guide
- Getting started
- Running Open edX
- Configuration and customisation
- Plugins
- Extra features
- Troubleshooting
- Logging
- “Cannot start service nginx: driver failed programming external connectivity”
- “Couldn’t connect to docker daemon”
- “Running migrations… Killed!” / “Command failed with status 137: docker-compose”
- Help! The Docker containers are eating all my RAM/CPU/CHEESE
- “Build failed running pavelib.servers.lms: Subprocess return code: 1”
- “ValueError: Unable to configure handler ‘local’”
- The chosen default language does not display properly
- When I make changes to a course in the CMS, they are not taken into account by the LMS
- Tutor development
- FAQ
- What is Tutor?
- What is the purpose of Tutor?
- What’s the difference with the official “native” installation?
- What’s the difference with the official devstack?
- Is Tutor officially supported by edX?
- What features are missing from Tutor?
- Are there people already running this in production?
- Why should I trust software written by some random guy on the Internet?
Source code¶
The complete source code for Tutor is available on Github: https://github.com/overhangio/tutor
Support¶
To get community support, go to the official discussion forums: https://discuss.overhang.io. For official support, please subscribe to a Long Term Support (LTS) license at https://overhang.io/tutor/pricing.
Contributing¶
We welcome contributions to Tutor! To learn how you can contribute, please check the relevant section of the Tutor docs: https://docs.tutor.overhang.io/tutor.html#contributing.
License¶
This work is licensed under the terms of the GNU Affero General Public License (AGPL).
The AGPL license covers the Tutor code, including the Dockerfiles, but not the content of the Docker images which can be downloaded from https://hub.docker.com. Software other than Tutor provided with the docker images retain their original license.
The Tutor plugin system is licensed under the terms of the Apache License, Version 2.0.
The Tutor Web UI depends on the Gotty binary, which is provided under the terms of the MIT license.