Added a note on how to update a vm
This commit is contained in:
parent
7c7d861589
commit
a1ee4ca03b
@ -45,3 +45,10 @@ vagrant up
|
|||||||
- Can also run `ssh vagrant@<ip address>` to login
|
- Can also run `ssh vagrant@<ip address>` to login
|
||||||
- password is `vagrant`
|
- 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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user