From 460a7dfc79e31625df49c059c125ef3a6caa7a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 10 Jan 2020 19:03:53 +0100 Subject: [PATCH] Minor docs improvements --- docs/install.rst | 5 ++++- docs/podman.rst | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 8d361ad..b22e709 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -11,7 +11,8 @@ The only prerequisite for running this is a working Docker installation. You'll - `Docker `_: minimum supported version is 18.06.0. - `Docker compose `_ -⚠️ Warning: do not attempt to simply run ``apt-get install docker docker-compose`` on older Ubuntu platforms, such as 16.04 (Xenial), as you will get older versions of these utilities. +.. warning:: + Do not attempt to simply run ``apt-get install docker docker-compose`` on older Ubuntu platforms, such as 16.04 (Xenial), as you will get older versions of these utilities. Note that the production web server container will bind to port 80 and 443, so if there a web server is running on the same server (Apache or Nginx, for instance), it should be stopped prior to running tutor. Check the section on :ref:`how to setup a web proxy ` for a workaround. @@ -63,6 +64,8 @@ Upgrading To upgrade a running Open edX platform, just install the latest ``tutor`` version (using either methods above) and run the ``quickstart`` command again. If you have :ref:`customised ` your docker images, you will have to re-build them prior to running ``quickstart``. +.. _autocomplete: + Autocomplete ------------ diff --git a/docs/podman.rst b/docs/podman.rst index e88df09..3c93e1e 100644 --- a/docs/podman.rst +++ b/docs/podman.rst @@ -1,5 +1,3 @@ -.. _podman: - Running Tutor with Podman -------------------------