7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 20:00:49 +00:00
Go to file
Régis Behmo 3b7c1c25c5 Working Kubernetes instakk
This deployment of Kubernetes does not support all features.

Close #116.
2019-01-06 23:09:08 +01:00
.github I'm pretty desperate at this point 2018-09-03 07:54:55 +02:00
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 Working Kubernetes instakk 2019-01-06 23:09:08 +01:00
docs Working Kubernetes instakk 2019-01-06 23:09:08 +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 Add MIT license 2018-05-27 19:26:43 -04:00
Makefile Move .env file as part of the upgrade-to-tutor command 2019-01-05 12:45:20 +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.