Added a note on how to update a vm

This commit is contained in:
Tim Kuhlman 2014-03-05 10:51:21 -07:00
parent 7c7d861589
commit a1ee4ca03b

View File

@ -45,3 +45,10 @@ vagrant up
- Can also run `ssh vagrant@<ip address>` 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`