From e198cf96051c7732a9da98fc938f201a3e1dd31e Mon Sep 17 00:00:00 2001 From: Sebastin Santy Date: Sat, 17 Jun 2017 07:25:29 +0530 Subject: [PATCH] Replace the update provision command in README (#107) * A mention about when to use full provision * Added a note on command failure --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b88477cdd..322b04ea8 100644 --- a/README.rst +++ b/README.rst @@ -56,9 +56,14 @@ After editing files in the bmo directory, you will need to run .. code-block:: bash - vagrant rsync && vagrant provision web + vagrant rsync && vagrant provision --provision-with update -to see the changes applied to your vagrant VM. +to see the changes applied to your vagrant VM. If the above command fails +or db is changed, do a full provision: + +.. code-block:: bash + + vagrant rsync && vagrant provision Technical Details ================= -- 2.47.3