Lines-vagrant

Last Updated : 30th April 2013

Description

Vagrant box & files for lines.

How To

mkdir vagrant; cd vagrant; git init
git remote add origin git@github.com:bbyrne98/lines-vagrant.git
git pull origin master
vagrant box add lines-dev-1.0 lines-dev-1.0.box
vagrant up

Platform

CentOS 5.9 (Final)

Chefbooks:

apache2 (pre-optimized)
php
mysql
chef-mysql-optimization
git(auto update)
yum(auto update system packages)
openssl
memcached

Extras:

createdb (create user and database for MySQL) 
Usage: bash# createdb testdb testuser secretpass