Skip to content

marcy-cookbooks/mysql56-mroonga

Repository files navigation

mysql56-mroonga Cookbook

This cookbook install Oracle MySQL5.6 and Mroonga.

This cookbook is made in reference to this URL.

https://github.com/kazeburo/build_mysql_mroonga_rpm/

Requirements

  • CentOS6 or Amazon Linux 2013.09
  • Chef 11 or higher
  • opscode yum cookbook version 3.0.0 or higher

Attributes

default['mysql56-mroonga']['mysql_version']          = "5.6.16-1"
default['mysql56-mroonga']['mroonga_version']        = "4.00-2"
default['mysql56-mroonga']['root_password']          = "password"
default['mysql56-mroonga']['mroonga_default_parser'] = "TokenMecab"

mysql56-mroonga::default

Key Type Description Default
['mysql56-mroonga']['mysql_version'] String Version of MySQL5.6 5.6.16-1
['mysql56-mroonga']['mroonga_version'] String Version of Mroonga 4.00-2
['mysql56-mroonga']['root_password'] String Password of MySQL root user 4.00-2
['mysql56-mroonga']['mroonga_default_parser'] String Default parser for full text search TokenMecab

Usage

mysql56-mroonga::default

e.g. Just include mysql56-mroonga in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[mysql56-mroonga]"
  ]
}

About

Install Oracle MySQL5.6 and Mroonga.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages