Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 563 Bytes

File metadata and controls

19 lines (13 loc) · 563 Bytes

vagrant-wagtail-base

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.

Build instructions

To generate the .box file:

./build.sh

To install locally:

vagrant box add wagtail-base-v0.3 wagtail-base-v0.3.box