From a1ee4ca03bc3c7c444990739764ecdec40c61b65 Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Wed, 5 Mar 2014 10:51:21 -0700 Subject: [PATCH] Added a note on how to update a vm --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3c84f6c..54242f1 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,10 @@ vagrant up - Can also run `ssh vagrant@` to login - password is `vagrant` + +## Updating a VM +When someone updates the config for a vm this process should allow you to bring up an updated vm. +- `git pull` +- `vagrant destroy vm` - Where vm is the name of the vm being updated, for example 'vertica' +- `berks update` +- `vagrant up vm`