7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-09 01:02:21 +00:00
Go to file
2018-12-26 19:27: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 Stop the "ln -s" settings madness 2018-12-26 19:27:08 +01:00
data Add openedx-assets command 2018-12-25 19:25:23 +01:00
deploy Stop the "ln -s" settings madness 2018-12-26 19:27:08 +01:00
docs Improve documentation 2018-12-26 19:27:08 +01:00
.gitignore Migrate openedx-docker project to Tutor 👩‍🏫 2018-12-26 19:27:08 +01:00
.travis.yml Migrate openedx-docker project to Tutor 👩‍🏫 2018-12-26 19:27:08 +01:00
CHANGELOG.md Upgrade node to 5.5.1 in openedx image 2018-12-26 19:27:08 +01:00
LICENSE.txt Add MIT license 2018-05-27 19:26:43 -04:00
Makefile Improve documentation 2018-12-26 19:27:08 +01:00
README.rst Improve documentation 2018-12-26 19:27:08 +01:00

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

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

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

.. image:: https://img.shields.io/github/issues-closed/regisb/openedx-docker.svg?colorB=brightgreen
    :alt: GitHub closed issues
    :target: https://github.com/regisb/openedx-docker/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/6DowVk4iJf3AJ2m8xlXDWJKh3.png
    :alt: asciicast
    :target: https://asciinema.org/a/6DowVk4iJf3AJ2m8xlXDWJKh3

Quickstart
----------

::

    git clone https://github.com/regisb/openedx-docker
    cd openedx-docker/
    make singleserver

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

Extensive documentation is available online: https://tutor.readthedocs.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/openedx-docker/issues/new>`_ so that we can discuss it. `Pull requests <https://github.com/regisb/openedx-docker/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.