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

iojs (6) Versions 0.2.3

Installs/Configures iojs

Policyfile
Berkshelf
Knife
cookbook 'iojs', '~> 0.2.3', :supermarket
cookbook 'iojs', '~> 0.2.3'
knife supermarket install iojs
knife supermarket download iojs
README
Dependencies
Changelog
Quality 17%

iojs-cookbook

This cookbook currently downloads and installs IO.js version 1.4.3 from binary.

There is currently no logic to check the latest version and install that. If you want to specify the version of io.js to download see the attributes section.

There is no logic to make sure the right version is downloaded for your platform.

This is a very simple recipe but it does the job for us.

If you want to use this either add a PR with an implementation or a PR with your platform to the .kitchen.yml and I will try to make the tests pass.

If you want to have any other functionality in this and can write a test I will try to make it pass.

If anyone wants commit rights on this just ping me on the Github repo.

Supported Platforms

Linux x64

Test Kitchen Platforms

Ubuntu 12.04

Ubuntu 14.04

Usage

iojs::default

Include iojs in your node's run_list:

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

Attributes

Attribute Default Description
version '1.4.3' Set the version of io.js to download

License and Authors

Author:: Chris Manson (chris@bloo.ie)

Dependent cookbooks

tar >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.1.0

Initial release of iojs

Collaborator Number Metric
            

0.2.3 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.2.3 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.2.3 failed this metric

FC066: Ensure chef_version is set in metadata: iojs/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.2.3 passed this metric

Testing File Metric
            

0.2.3 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.2.3 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number