[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
This commit is contained in:
Natal Ngétal 2019-01-16 15:47:13 +01:00
parent 15464398d2
commit 2cd3d6c223
1 changed files with 13 additions and 0 deletions

View File

@ -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
---------------------