Skip to content

Clean reinstall

Martin Harrer edited this page Jun 13, 2019 · 4 revisions

Clean reinstall if steps before didn't help

  • Windows:

    • Delete C:\Users\<username>\.vagrant.d
    • Delete C:\Users\<username>\.Virtualbox
    • Delete the VM in C:\Users\<username>\VirtualBox VMs or use Virtual Box for this. Keep VMs you still need in this folder.
    • Delete <path-to>/hgb-phpdev-base/.vagrant
    • vagrant up
  • MAC:

    • CMD - SHIFT shows hidden files and folders in finder
    • Delete /Users/\<username\>/.vagrant.d
    • Delete /Users/\<username\>/Library/VirtualBox
    • Delete the VM in /Users/\<username\>/VirtualBox VMs or use Virtual Box for this. Keep VMs you still need in this folder.
    • Delete <path-to>/fhooe-webdev/.vagrant
    • vagrant up
Clone this wiki locally