From 2cd3d6c2231d68641a9de53b5c07fee89b86a55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Wed, 16 Jan 2019 15:47:13 +0100 Subject: [PATCH] [Documentation] Must remove quickstart directory. The quickstart directory must be remove before try to deploying. Use the -X flag to automatically delete the directory. Change-Id: I65eced4a56897ab4ca64f7f42bf981708eb60ab0 Closes-Bug: #1742149 --- doc/source/basic-usage.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/source/basic-usage.rst b/doc/source/basic-usage.rst index 8323b2a39..2f9fbd6e7 100644 --- a/doc/source/basic-usage.rst +++ b/doc/source/basic-usage.rst @@ -65,6 +65,19 @@ by quickstart e.g. ``~/.quickstart/ssh.config.ansible`` will try to proxy through the localhost to ssh to the localhost and will cause an error if ssh is not setup to support it. +Re-Deploying +------------ +:: + + bash quickstart.sh -X -b $VIRTHOST + +Please note that ~/.quickstart folder cannot be reused between deployments. It +has to be removed before executing quickstart.sh again. Using the ``-X`` flag, +the script will remove this directory and create it again. + +Note that using ``-b`` flag will also force the creation of the virtualenv +environment and the installation of any requirement. + Enable Developer mode ---------------------