7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-10 09:42:23 +00:00
tutor/docs/quickstart.rst

25 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2018-12-26 15:00:47 +00:00
.. _quickstart:
Quickstart
==========
1. `Download <https://github.com/regisb/tutor/releases>`_ 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!
2018-12-26 15:00:47 +00:00
**That's it?**
Yes :) This is what happens when you run ``tutor local quickstart``:
2018-12-26 15:00:47 +00:00
1. You answer a few questions about the configuration of your Open edX platform and your :ref:`selected options <options>`
2. Configuration files are generated from templates.
2018-12-26 15:00:47 +00:00
3. Docker images are downloaded.
4. Docker containers are provisioned.
5. A full, production-ready platform 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.