Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

install_from (2) Versions 3.0.0

Installs/Configures install_from

Policyfile
Berkshelf
Knife
cookbook 'install_from', '= 3.0.0', :supermarket
cookbook 'install_from', '= 3.0.0'
knife supermarket install install_from
knife supermarket download install_from
README
Dependencies
Quality -%

install_from chef cookbook

Installs/Configures install_from

Overview

Does the fetch-unpack-configure-build-install dance.

Given a project pig, with url http://apache.org/pig/pig-0.8.0.tar.gz, and
the default :prefix_root of /usr/local, this provider will

  • fetch it to :package_file (/usr/local/src/pig-0.8.0.tar.gz)
  • unpack it to :install_dir (/usr/local/share/pig-0.8.0)
  • create a symlink for :home_dir (/usr/local/share/pig) pointing to :install_dir
  • configure the project
  • build the project
  • install the project

Attributes

Recipes

  • default - Base configuration for install_from ## Integration

Supports platforms: debian and ubuntu

License and Author

Author:: Philip (flip) Kromer - Infochimps, Inc (coders@infochimps.com)
Copyright:: 2011, Philip (flip) Kromer - Infochimps, 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.

readme generated by cluster_chef's cookbook_munger

No quality metric results found