Tutor: the Docker-based Open edX distribution designed for peace of mind

Source code Forums Documentation PyPI releases AGPL License Follow us on Twitter Follow us on Youtube

Tutor is the official Docker-based Open edX distribution, both for production and local development. The goal of Tutor is to make it easy to deploy, customise, upgrade and scale Open edX. Tutor is reliable, fast, extensible, and it is already used to deploy hundreds of Open edX platforms around the world.

Do you need professional assistance setting up or managing your Open edX platform? Edly provides online support as part of its Open edX installation service.

Features

Tutor local launch

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)

  1. Install the latest stable release of Tutor from pip:

pip install "tutor[full]"

Or download the pre-compiled binary and place the tutor executable in your path:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v17.0.2/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor
  1. Run tutor local launch

  2. You’re done!

That’s it?

Yes :) This is what happens when you run tutor local launch:

  1. You answer a few questions about the Configuration of your Open edX platform.

  2. Configuration files are generated from templates.

  3. Docker images are downloaded.

  4. Docker containers are provisioned.

  5. A full, production-ready Open edX platform (Quince release) is run with docker-compose.

The whole procedure should require less than 10 minutes, on a server with 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 launch installation method above somehow didn’t work for you, check out the Troubleshooting guide.

User guide

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 Open edX discussion forum: https://discuss.openedx.org. For official support, Edly provides professional assistance as part of its Open edX installation service.

Contributing

We welcome contributions to Tutor! To learn how you can contribute, please check the relevant section of the Tutor docs: https://docs.tutor.edly.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 and hooks system is licensed under the terms of the Apache License, Version 2.0.

© 2021 Tutor is a registered trademark of SASU NULI NULI. All Rights Reserved.