tutor/README.rst

46 lines
2.0 KiB
ReStructuredText
Raw Normal View History

2018-12-26 15:00:47 +00:00
Tutor 🎓 Open edX 1-click install for everyone
==============================================
.. image:: https://img.shields.io/travis/regisb/tutor.svg
2018-12-26 15:00:47 +00:00
:alt: Build status
:target: https://travis-ci.org/regisb/tutor
2018-12-26 15:00:47 +00:00
.. image:: https://img.shields.io/github/issues/regisb/tutor.svg
2018-12-26 15:00:47 +00:00
:alt: GitHub issues
:target: https://github.com/regisb/tutor/issues
2018-12-26 15:00:47 +00:00
.. image:: https://img.shields.io/github/issues-closed/regisb/tutor.svg?colorB=brightgreen
2018-12-26 15:00:47 +00:00
:alt: GitHub closed issues
:target: https://github.com/regisb/tutor/issues?q=is%3Aclosed
2018-12-26 15:00:47 +00:00
.. image:: https://img.shields.io/github/license/regisb/tutor.svg
:alt: AGPL License
:target: https://www.gnu.org/licenses/agpl-3.0.en.html
2018-12-26 15:00:47 +00:00
**Tutor** is a one-click install of `Open edX <https://openedx.org>`_, 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.
.. image:: ./docs/img/quickstart.gif
:alt: Tutor local quickstart
:target: https://terminalizer.com/view/91b0bfdd557
2018-12-26 15:00:47 +00:00
Quickstart
----------
2019-02-18 08:53:54 +00:00
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
Documentation
-------------
2018-12-28 15:52:33 +00:00
Extensive documentation is available online: http://docs.tutor.overhang.io/
2018-12-26 15:00:47 +00:00
Contributing
------------
2018-12-26 15:00:47 +00:00
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 `open an issue on Github <https://github.com/regisb/tutor/issues/new>`_ so that we can discuss it. `Pull requests <https://github.com/regisb/tutor/pulls>`_ will be happily examined, too!