cosmo0920 / mikutter-cookbook

mikutterをインストールするcookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mikutter Cookbook

Build Status

mikutter cookbook for chef-solo.

This cookbook makes more easier to start using mikutter!

Requirements

packages

  • rbenv - mikutter needs rbenv to use newer ruby interpreter.

Attributes

  • default['mikutter']['dir'] : specify install directory
  • default['mikutter']['user'] : set user
  • default['mikutter']['group'] : set user group
  • default['mikutter']['repository'] : set git repository
  • default['mikutter']['branch'] : set branch

Usage

mikutter::mikutter_git

Just include mikutter in your node's run_list:

{
  "mikutter": {
    "dir":'<install path>',
    "user":'vagrant',
    "repository":'<url to mikutter git repository>',
    "branch":"master"
  },
  "run_list": [
    "mikutter::mikutter_git"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

License: Apache 2.0

Authors: cosmo0920

About

mikutterをインストールするcookbook

License:Other