This section will help you with setup local development environment.
- Vagrant 2.2.4+
- VirtualBox 5.2+
- Install Vagrant Hosts Updater package
vagrant plugin install vagrant-hostsupdater
- Clone repository
Varying-Vagrant-Vagrants/VVV
into this folder (the folderVVV
is ignored in.gitignore
)git clone https://github.com/Varying-Vagrant-Vagrants/VVV.git
- Link file vvv-custom.yml into
VVV
foldercd VVV && ln -s ../vvv-custom.yml vvv-custom.yml
- Run Vagrant to provision VirtualBox machine and setup defined WordPress instances
cd VVV && vagrant up
Full documentation of Varying Vagrant Vagrant is available here.
- Default credentials are listed here
- It's necessary to reprovision the virtual machine when file
vvv-custom.yml
has been changedcd VVV && vagrant reload --provision