TrafeX / Vagrant-devbox

Vagrant template using Puppet Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant template

This Vagrant/Puppet template gives you a VirtualBox Machine with:

  • Zend Server
  • MySQL
  • Vhost for your project
  • Memcached
  • Varnish
  • Solr (soon)

These services can be easily configured with the params file.

Install

  • Install vagrant
  • Clone this repo
  • Run git submodule update --init --recursive to update all submodules
  • Run vagrant up

TODO

  • Make distro-independent
  • Easily configure the amount of memory memcached can use

Resources

I've based this setup on the following resources:

Bitdeli Badge

About

Vagrant template using Puppet Project


Languages

Language:Ruby 97.2%Language:PHP 2.8%