Skip to content

rakutentech/mimo

Repository files navigation

mimo-cookbook

Chef cookbook for Mimo.

Supported Platforms

  • Ubuntu 14.04

Attributes

Key Type Description Default
['mimo']['repository'] String Repository to pull from https://github.com/shutterfly/Mimo.git
['mimo']['revision'] String Repository ref to use master
['mimo']['path'] String Installation path /opt/mimo
['mimo']['packages'] Array Packages to install ['git']
['mimo']['use_nodejs'] Boolean Use the `nodejs` cookbook for NodeJS/IO.js installation true

Usage

mimo::default

Include mimo in your node's run_list:

{
  "run_list": [
    "recipe[mimo::default]"
  ]
}

License and Authors

Copyright:: 2015 Rakuten, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.