Skip to content
Valentin Ivaşcu edited this page May 27, 2015 · 3 revisions

#Install Vagrant

Open https://www.vagrantup.com/downloads.html download and install Vagrant for Windows

#Install Vagrant vbguest plugin

Is a Vagrant plugin which automatically installs the host's VirtualBox Guest Additions on the guest system https://github.com/dotless-de/vagrant-vbguest

On Windows, open Command Prompt with admin rights and run:

vagrant plugin install vagrant-vbguest

#Start server

vagrant up

#Enter in SSH

vagrant ssh

#Stop server

First exit from SSH with:

exit or logout

Then shutdown Vagrant

vagrant halt

#Destroy server

To remove vagrant installation server run:

vagrant destroy

and confirm deletion

This will remove Virtual Machine from C:\Users\YourPC\VirtualBox VMs

Delete .vagrant folder

Remove .vagrant folder from F:\servers\project-name

You could install how many Virtual Machines you want with different configurations To custom your one, just drag puphpet/config.yaml file to https://puphpet.com/ site to preload my config.

Clone this wiki locally