From 602db8e4a6f4e1019e539bfb1957be0de6e36798 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Fri, 30 Jul 2021 11:43:35 +0200 Subject: [PATCH] Update installation_instructions.rst --- docs/installation_instructions.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/installation_instructions.rst b/docs/installation_instructions.rst index 5f8fb3335..e7ee49b26 100644 --- a/docs/installation_instructions.rst +++ b/docs/installation_instructions.rst @@ -356,7 +356,7 @@ After you have executed that code, your terminal should show: .. code:: bash - secret/oas-cluster-variables configured + secret/oas-cluster-variables created Next, run: @@ -372,11 +372,11 @@ After the script completes, you can install applications by running the other installation scripts in the ``install`` folder. At the moment, we have scripts to install: -- Nextcloud and Onlyoffice with ``install-app.sh nextcloud`` -- Rocket.Chat with ``install-app.sh rocketchat`` -- Wekan with ``install-app.sh wekan`` -- WordPress with ``install-app.sh wordpress`` -- Velero with ``install-app.sh velero`` (only if you have configured it in +- Nextcloud and Onlyoffice with ``./install/install-app.sh nextcloud`` +- Rocket.Chat with ``./install/install-app.sh rocketchat`` +- Wekan with ``./install/install-app.sh wekan`` +- WordPress with ``./install/install-app.sh wordpress`` +- Velero with ``./install/install-app.sh velero`` (only if you have configured it in :ref:`backups-with-velero`). When the installation scripts complete, the application installation may still -- GitLab