]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Replace the update provision command in README (#107)
authorSebastin Santy <sebastinssanty@gmail.com>
Sat, 17 Jun 2017 01:55:29 +0000 (07:25 +0530)
committerDylan William Hardison <dylan@hardison.net>
Sat, 17 Jun 2017 01:55:29 +0000 (21:55 -0400)
* A mention about when to use full provision

* Added a note on command failure

README.rst

index b88477cdda759d767c307e4b7a22ebddd5cac206..322b04ea80e5cffd0c91d6bd58323e0f52783924 100644 (file)
@@ -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
 =================