Itamae::Plugin::Recipe::H2o
Installation
Add this line to your application's Gemfile:
gem 'itamae-plugin-recipe-h2o'
And then execute:
$ bundle
Or install it yourself as:
$ gem install itamae-plugin-recipe-h2o
Usage
System wide installation
Install H2O to /usr/local
Recipe
# your recipe
include_recipe "h2o::install"
Node
Use this with itamae -y node.yml
# node.yml
h2o:
version: 2.0.0
# H2O install dir, optional (default: /usr/local)
h2o_root: "/path/to/h2o"
# `true` if H2O use bundled LibreSSL.
bundled_ssl: true
# `true` if H2O use mruby.
mruby: true
License
The gem is available as open source under the terms of the MIT License.