Provision scripts to setup a copy of WordPress along with a blank theme ready to begin a new project.
If you don't already have a vvv-custom.yml, create it by copying ~/vagrant-local/vvv-config.yml to ~/vagrant-local/vvv-custom.yml.
Add the following lines to the sites:
section (note: tabs may not copy correctly; you may need to reformat this):
excitingproject:
nginx_upstream: php73
repo: https://github.com/DeliciousMedia/DM-VVV2-Provision-Basic.git
hosts:
- excitingproject.test
Start the machine with vagrant up --provision
or if it is already running, provision using vagrant reload --provision
.
Built by the team at Delicious Media, a specialist WordPress development agency based in Sheffield, UK.