From 5b6f09afdbd00c90e11f1103abf8a1c4a6c6991e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= <stephan.meissl@eox.at> Date: Mon, 29 Jun 2020 17:14:38 +0200 Subject: [PATCH] add references to next section --- documentation/operator-guide/initialization.rst | 3 ++- documentation/operator-guide/intro.rst | 10 +++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/documentation/operator-guide/initialization.rst b/documentation/operator-guide/initialization.rst index 532cc2fc..f9c57a25 100644 --- a/documentation/operator-guide/initialization.rst +++ b/documentation/operator-guide/initialization.rst @@ -276,4 +276,5 @@ This section defines the exposed services, and how the layers shall be cached in style: earth # TODO grids? cache options? - +Once the initialization is finished the next step is to deploy the Docker Swarm +stack as described in the section :ref:`setup`. diff --git a/documentation/operator-guide/intro.rst b/documentation/operator-guide/intro.rst index f4532cf8..cc76aec4 100644 --- a/documentation/operator-guide/intro.rst +++ b/documentation/operator-guide/intro.rst @@ -63,8 +63,12 @@ The following configuration files impact the behavior of the View Server: published layers. - `init-db.sh`: This file sets up the registrar and renderer side of the VS. -Setup ------ +Initialization and Setup +------------------------ In order to help with the initial setup of a VS, the ``pvs_starter`` package -allows to quickly establish the required structure of configuration files. +described in the section :ref:`initialization` allows to quickly establish the +required structure of configuration files. + +The section :ref:`setup` describes how to deploy a Docker Swarm stack using the +configuration files generated in the initialization step. -- GitLab