A Vagrant base project for building Wordpress sites.
This is a simple project that provision a development VM with ubuntu 12.04 + nginx + php5 + mysql hosted on http://files.tiagogoncalves.com.br/vagrant/virtualbox/ubuntu-12.04-nginx-mysql-php5.box.
Clone the repository:
$ git clone git@github.com:legiao/vagrant-wordpress-base.git
Provision the VM with Vagrant
$ vagrant up
Open the Wordpress in web browser http://localhost:8080/
Copyright (c) 2013 Tiago de Assis Gonçalves. See LICENSE for details.