From: Bryan Date: Sun, 29 Dec 2013 05:16:50 +0000 (-0500) Subject: note about making a fresh VM X-Git-Tag: release-20150131~352 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=32524e251860a2275bae4e9022a68d44158362de;p=oweals%2Fkarmaworld.git note about making a fresh VM --- diff --git a/README.md b/README.md index d1c080f..36f7aa2 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,15 @@ virtual machine doesn't need sensitive information. Your virtual machine simply pulls from the local repository on your local file system without needing credentials, etc. +## Deleting the Virtual Machine +If you want to start a fresh virtual machine or simply remove the virtual +machine from your hard drive, Vagrant has a command for that. While in +`{project_root}` of the host system, type `vagrant destroy` and confirm with +`y`. This will remove the VM from your hard drive. + +If you wanted a fresh VM, the next step is to run `vagrant up`, which will +start a brand new VM (since the old one is gone). + ## Other Vagrant commands Please see [vagrant documentation](http://docs.vagrantup.com/v2/cli/index.html) for more information on how to use the vagrant CLI to manage your development