diff options
author | Sebastin Santy <sebastinssanty@gmail.com> | 2017-06-17 03:55:29 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-06-17 03:55:29 +0200 |
commit | e198cf96051c7732a9da98fc938f201a3e1dd31e (patch) | |
tree | 3025f670631a683c80e508c41f5842916088d484 | |
parent | 47a27759d3397b44480540483e40a6d363613736 (diff) | |
download | bugzilla-e198cf96051c7732a9da98fc938f201a3e1dd31e.tar.gz bugzilla-e198cf96051c7732a9da98fc938f201a3e1dd31e.tar.xz |
Replace the update provision command in README (#107)
* A mention about when to use full provision
* Added a note on command failure
-rw-r--r-- | README.rst | 9 |
1 files 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 ================= |