Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.33 KB

quickstart.rst

File metadata and controls

25 lines (16 loc) · 1.33 KB

Quickstart (1-click install)

  1. Download the latest stable release of Tutor and place the tutor executable in your path. From the command line:
  1. Run tutor local quickstart
  2. You're done!

That's it?

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

  1. You answer a few questions about the :ref:`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 (Juniper 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 :ref:`whatnext` section. If the quickstart installation method above somehow didn't work for you, check out the :ref:`troubleshooting` guide.