Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 679 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 679 Bytes

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