From: Sebastin Santy Date: Sat, 17 Jun 2017 01:55:29 +0000 (+0530) Subject: Replace the update provision command in README (#107) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e198cf96051c7732a9da98fc938f201a3e1dd31e;p=thirdparty%2Fbugzilla.git Replace the update provision command in README (#107) * A mention about when to use full provision * Added a note on command failure --- 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 =================