Last Updated : 30th April 2013
Vagrant box & files for lines.
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
CentOS 5.9 (Final)
apache2 (pre-optimized)
php
mysql
chef-mysql-optimization
git(auto update)
yum(auto update system packages)
openssl
memcached
createdb (create user and database for MySQL)
Usage: bash# createdb testdb testuser secretpass