6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-22 01:19:01 +00:00
Go to file
Régis Behmo eab812b63d Move portainer to a dedicated make command
Portainer is no longer a global activation flag, because it does not
make much sense in the context of kubernetes. Instead, we use a simpler
"make" command.
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 Move portainer to a dedicated make command 2018-12-26 19:27:08 +01:00
data Add openedx-assets command 2018-12-25 19:25:23 +01:00
deploy Move portainer to a dedicated make command 2018-12-26 19:27:08 +01:00
docs Move portainer to a dedicated make command 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 Rename "singleserver" with "local" deployment 2018-12-26 19:27:08 +01:00
README.rst Rename "singleserver" with "local" deployment 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 local

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.