-
Clone it using git
-
Install Vagrant
-
Install VirtualBox
-
cd trellis
-
vagrant up
-
Now you can go to https://roots-example-project.test/wp/wp-admin/ (creds admin, admin), configure and install latest wordpress-static-html-plugin to test it.
-
You SSH into the VM machine by running
vagrant ssh
-
Files will be under the local folder
/site
. Wordpress will be installed as part ofvagrant up
provisioning.