Skip to content

hfm/mysql-allstar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL AllStar

MySQL 4.0 ~ 5.6 in one.

Usage

Download boxes in releases, and vagrant up them.

$ vagrant init hfm4/centos-6.5-x86_64-mysql-allstar
$ vagrant up

Vagrantcloud

  • hfm4/CentOS5.10-i386-mysql-allstar
  • hfm4/CentOS5.10-x86_64-mysql-allstar
  • hfm4/CentOS6.5-i386-mysql-allstar
  • hfm4/CentOS6.5-x86_64-mysql-allstar

Build with packer on your own

$ brew tap homebrew/binary
$ brew install packer
$ packer build packer/centos-<osversion>-<osarch>.json

test box with serverspec

$ bundle install --path vendor
$ bundle exec rake vagrant:centos6-x86