vagrant-wordpress/Readme.md

1.3 KiB

Vagrant Wordpress Theming

This is a Vagrant setup for creating Wordpress themes. Uses Chef Solo recipes for provisioning. The recipes are copied from my fork of those by Opscode, which allows for their use with Chef Solo and for a blank MySQL root password.

NEVER WORRY ABOUT SETTING UP MYSQL AND PHP ON YOUR MAC EVER AGAIN!

Requirements

To get started

$ git clone git://github.com/paulcarvill/vagrant-wordpress.git
$ cd vagrant-wordpress
$ vagrant up
$ open http://localhost:8080

Copy a base theme (like Starkers) into the theme directory, choose it in the Wordpress dashboard, and get to work!

Your Ubuntu/PHP/MySQL box exists as a virtual machine. The website running on the virtual machine is pointing back at the theme directory on your local machine. So you can do your work, keep it in version control, and destroy the virtual machine once you're finished using:

$ vagrant destroy