✍️ WordPress - Running on Vagrant
Updated at 2016-01-07 23:51
Using a virtual machine to run WordPress is really flexible way to work on WordPress plugins, themes and sites. You can easily have multiple installations locally with different WP version and wipe them clean as you like.
Install Virtual Box and Vagrant.
# Add this to hosts file.
192.168.33.10 vccw.dev
vagrant box add miya0001/vccw
Download the latest VCCW.
Extract the zip somewhere and go to that directory.
vagrant up # start the server
vagrant halt # stop the server
vagrant destroy # stop and reset everything
Navigate to http://vccw.dev/
Username: admin
Password: admin