A vagrant machine that provides a full sandboxed development environment for a wordpress site.
- vagrant plugin vagrant-hostsupdater
- vagrant plugin vagrant-reload
- vagrant plugin vagrant-triggers
- Ensure a tgz archive of the wordpress site to use exists in the
provisioners/packages
folder with the namesite.tgz
- Ensure a gz archive of the database to use exists in the
provisioners/packages
folder with the namedatabase.sql.gz
- Bring up the vagrant machine, once up you should be able to navigate to the given hostname in a browser to view the site.
- vagrant 2.0.1
- VirtualBox 5.1.30