7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-20 22:22:23 +00:00
Go to file
Régis Behmo 772e8257c3 It is no longer necessary to run "make assets" manually
Instead, assets are copied to nginx automatically on run.
2019-01-15 09:29:27 +01:00
.github
android Rename custom settings from "universal" to "tutor" 2018-12-26 19:27:08 +01:00
build Simplify forum container configuration 2019-01-06 23:09:08 +01:00
data Add openedx-assets command 2018-12-25 19:25:23 +01:00
deploy It is no longer necessary to run "make assets" manually 2019-01-15 09:29:27 +01:00
docs It is no longer necessary to run "make assets" manually 2019-01-15 09:29:27 +01:00
.gitignore Working Kubernetes instakk 2019-01-06 23:09:08 +01:00
.travis.yml Migrate openedx-docker project to Tutor 👩‍🏫 2018-12-26 19:27:08 +01:00
CHANGELOG.md Fix xqueue consumer command 2019-01-04 10:22:37 +01:00
LICENSE.txt
Makefile It is no longer necessary to run "make assets" manually 2019-01-15 09:29:27 +01:00
README.rst Fix docs link (ssl not supported, yet) 2018-12-28 16:52:33 +01:00

Tutor 🎓 Open edX 1-click install for everyone
==============================================

.. image:: https://img.shields.io/travis/regisb/tutor.svg
    :alt: Build status
    :target: https://travis-ci.org/regisb/tutor

.. image:: https://img.shields.io/github/issues/regisb/tutor.svg
    :alt: GitHub issues
    :target: https://github.com/regisb/tutor/issues

.. image:: https://img.shields.io/github/issues-closed/regisb/tutor.svg?colorB=brightgreen
    :alt: GitHub closed issues
    :target: https://github.com/regisb/tutor/issues?q=is%3Aclosed

**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:: https://asciinema.org/a/octNfEnvIA6jNohCBmODBKizE.png
    :alt: asciicast
    :target: https://asciinema.org/a/octNfEnvIA6jNohCBmODBKizE

Quickstart
----------

::

    git clone https://github.com/regisb/tutor
    cd tutor/deploy/local
    make all

Documentation
-------------

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

How to contribute
-----------------

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! However, we should be careful to keep the project lean and simple: both to use and to modify. Optional features should not make the user experience more complex. Instead, documentation on how to add the feature is preferred.