A Vagrant base project for building Wordpress themes
Go to file
Paul Carvill 19b279bb8f The mysql package required on Ubuntu platforms is 'mysql' rather than 'ruby-mysql' so i've changed the conditional to account for that 2011-09-17 14:32:29 +01:00
cookbooks The mysql package required on Ubuntu platforms is 'mysql' rather than 'ruby-mysql' so i've changed the conditional to account for that 2011-09-17 14:32:29 +01:00
theme Initial commit 2011-06-12 14:15:48 -07:00
.gitignore Initial commit 2011-06-12 14:15:48 -07:00
Gemfile Initial commit 2011-06-12 14:15:48 -07:00
Gemfile.lock Initial commit 2011-06-12 14:15:48 -07:00
Readme.md Initial commit 2011-06-12 14:15:48 -07:00
Vagrantfile Initial commit 2011-06-12 14:15:48 -07:00

Readme.md

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.

Requirements

To get started

$ git clone git://github.com/developish/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!