Skip to content
/ tutor Public
forked from overhangio/tutor

🎓 The easiest way to install Open edX, both for production and local development (all in Docker)

License

Notifications You must be signed in to change notification settings

nrcook/tutor

 
 

Repository files navigation

Tutor 🎓 Open edX 1-click install for everyone

Build status Documentation GitHub issues GitHub closed issues AGPL License

Tutor is a one-click install of Open edX, both for production and local development, inside docker containers. Tutor is easy to run, fast, full of cool features, and it is already used by dozens of Open edX platforms in the world.

Tutor local quickstart

Quickstart

  1. Download the latest stable release of Tutor, uncompress the file and place the tutor executable in your path. From the command line:

    sudo curl -L "https://github.com/regisb/tutor/releases/download/latest/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
    sudo chmod +x /usr/local/bin/tutor
    
  2. Run tutor local quickstart

  3. You're done!

Documentation

Extensive documentation is available online: https://docs.tutor.overhang.io/

Support

To get community support, go to the official discussion forums: https://discuss.overhang.io.

Contributing

We go to great lengths to make it as easy as possible for people to run Open edX inside Docker containers. If you have an improvement idea, feel free to first discuss it on the Tutor forum. Did you find an issue with Tutor? Please first make sure that it's related to Tutor, and not an issue with Open edX. Then, open an issue on Github. Pull requests will be happily examined, too!

About

🎓 The easiest way to install Open edX, both for production and local development (all in Docker)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.6%
  • Dockerfile 10.2%
  • Shell 4.5%
  • Makefile 2.7%