This is an auto-sitesetup designed to be used with Varying Vagrants Vagrant for developing pods or a custom website using pods.
If you use PhpStorm take a look at HowTo Configure Debug & PHPUnit for really easy steps to start using debugging (awesome!)
Important: The Database wordpress_<directory> gets deleted on install/reset ( any special characters are removed from the Folder Name )
- Download or clone this repo to your VVV/
wwwfolder -git clone https://github.com/quasel/pods-dev-vvv - If your Vagrant is running, from the Vagrant directory run
vagrant haltfollowed byvagrant up --provision. - Known Issue: Sometimes you need to deactivate/activate the query-monitor plugin to get it working ( strange don't know why )
Perhaps a cup of tea or coffee now? The provisioning may take a while. Then you can visit http://pods.wordpress.dev to start developing or reviewing pods.
- Download or Copy to a new Folder
- Search&Replace
pods.wordpress.devinvvv-hosts,vvv-init.shandvvv-nginx.confwith your desired URL - -> Get Started ^^
- You can do it the soft way using
vagrant ssh -c 'cd /srv/www/pods-dev-vvv/ && rm -Rf htdocs/ && sh vvv-init.sh'. - Or, you can do it the hard way
vagrant reload --provisionand get a cup of coffee.
vagrant ssh -c 'cd /srv/www/pods-dev-vvv/ && sh vvv-init.sh'
- Varying Vagrants Vagrant - Installation guide
- vagrant-hostsupdater - Install with
vagrant plugin install vagrant-hostsupdater
- Install WordPress and import "Theme Unit Test Data" ( if you dont want it comment out lines after # Import the unit data. in vvv-init.sh )
- Install a bunch of developer plugins you might need ( especially Query Monitor which replaces Debug Bar but you can still use all the extensions )
- Install any
.zipthemes located in the root
- Username:
admin - Password:
password - Login: login
- User:
root - Pass:
root - See: Connecting to MySQL from your local machine
If you drop a theme's .zip file into the root folder (not htdocs) provisioning will automatically install the theme ready for activation.
Yes, drop six zip files and all six themes will install automagically.
- improve images
- improve text
- improve layout
- based on https://github.com/aubreypwd/wordpress-themereview-vvv adapted for pods
@quasel, @pglewis ( https://docs.google.com/document/d/1WOzgYlU8PnJ99ScRePumfUwg645vmuE4v5MyshOYF4M/edit# )
Forked from https://github.com/aubreypwd/wordpress-themereview-vvv @aubreypwd @RCowles @grappler