A Vagrant box based on Ubuntu precise32, with the dependencies for developing Wagtail sites preinstalled.
The Wagtail demo site https://github.com/torchbox/wagtaildemo includes an install script that will bring up a working site from a vanilla precise32 base box, but using vagrant-wagtail-base instead will skip some of the time-consuming initial setup.
To generate the .box file:
./build.sh
To install locally:
vagrant box add wagtail-base-v0.3 wagtail-base-v0.3.box