7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-26 00:42:35 +00:00

Fix readme compilation

This commit is contained in:
Régis Behmo 2019-10-07 14:40:31 +02:00
parent 5e6ad893a6
commit 2b8c0778b2
2 changed files with 7 additions and 7 deletions

View File

@ -34,10 +34,10 @@ Features
* 100% `open source <https://github.com/overhangio/tutor>`__
* Runs entirely on Docker
* World-famous 1-click :ref:`installation <install>` and :ref:`upgrades <upgrade>`
* Extensible architecture with :ref:`plugins <plugins>`
* Works with :ref:`Kubernetes <k8s>`
* No technical skill required with the :ref:`1-click Tutor AWS image <install_cloud>`
* World-famous 1-click `installation and upgrades <https://docs.tutor.overhang.io/install.html>`_
* Extensible architecture with `plugins <https://docs.tutor.overhang.io/plugins.html>`_
* Works with `Kubernetes <https://docs.tutor.overhang.io/k8s.html>`_
* No technical skill required with the `1-click Tutor AWS image <https://docs.tutor.overhang.io/install.html#cloud_install>`_
* Try it out!
.. _readme_intro_end:

View File

@ -41,9 +41,9 @@ Running Open edX
Now that you have generated a configuration and environment, you probably want to run Open edX.
- The most simple and popular use case is to `run Open edX locally, on a single server <local>`_, with docker-compose.
- If you have a running cluster, you can use Tutor to `deploy Open edX on Kubernetes <k8s>`_.
- Are you an Open edX developer? You can use Tutor for `hacking into the internals of edx-platform <development>`_.
- The most simple and popular use case is to :ref:`run Open edX locally, on a single server <local>`, with docker-compose.
- If you have a running cluster, you can use Tutor to :ref:`deploy Open edX on Kubernetes <k8s>`.
- Are you an Open edX developer? You can use Tutor for :ref:`hacking into the internals of edx-platform <development>`.
Bells and whistles
------------------