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

elixir (39) Versions 1.0.0

Manages an Elixir installation

Policyfile
Berkshelf
Knife
cookbook 'elixir', '= 1.0.0', :supermarket
cookbook 'elixir', '= 1.0.0'
knife supermarket install elixir
knife supermarket download elixir
README
Dependencies
Changelog
Quality 100%

elixir Cookbook

Build Status Cookbook Version

A cookbook to manage an installation of Elixir.

Requirements

Platforms

  • Debian/Ubuntu
  • RHEL/CentOS/Scientific/Amazon/Oracle

Chef

  • Chef 12.1+

Cookbooks

  • git
  • github
  • erlang
  • libarchive
  • validation

Attributes

Key Type Description Default
node[:elixir][:install_path] String Path that Elixir will reside in "/usr/local/lib/elixir"
node[:elixir][:install_method] String Method of installation: "package" or "source" "package"
node[:elixir][:source][:repo] String Git source repository location "https://github.com/elixir-lang/elixir.git"
node[:elixir][:version] String Version of Elixir to compile "v1.4.2"

Usage

Include elixir in your node's run_list

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

elixir::default

This will install Elixir and Erlang on the node. By default, Elixir and Erlang will be installed from packages. If you want to install from source you can set the node[:elixir][:install_method] attribute.

License and Authors

Author:: Jamie Winsor (jamie@vialstudios.com)

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.

elixir Cookbook CHANGELOG

This file is used to list changes made in each version of the elixir cookbook.

1.0.0 (2017-03-15)

  • This cookbook has been transferred to Chef to be maintained by the Cookbook Engineering team
  • Require Chef 12.1 or later
  • Depend on fairly recent releases of git, erlang, and libarchive
  • Resolve all cookstyle and foodcritic warnings
  • Remove the apt::default from the elixir default recipe and instead leave apt updating to the users
  • Install the current stable release of elixir instead of an old release that's not published anymore
  • Update ignore files
  • Add github templates
  • Add local delivery testing config
  • Add maintainers files
  • Add contributing and testing documentation
  • Add full Apache 2.0 license file
  • Remove deps that are in ChefDK from the Gemfile
  • Update platforms in the Test Kitchen config
  • Add a changelog
  • Update the maintainer to be Chef
  • Add source_url, issues_url and chef_version metadata
  • Remove attributes from the metadata file
  • Don’t use node.set for attributes as this is deprecated in Chef 13
  • Add supported operating systems to the metadata
  • Add Travis CI config and kitchen-dokken for integration testing in Travis
  • Remove HTML from the readme so that it renders on Supermarket
  • Update readme attribute document to match actual attributes
  • Add requirements section and license to the readme
  • Update copyright headers

Collaborator Number Metric
            

1.0.0 passed this metric

Contributing File Metric
            

1.0.0 passed this metric

Foodcritic Metric
            

1.0.0 passed this metric

License Metric
            

1.0.0 passed this metric

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.0 passed this metric

Version Tag Metric
            

1.0.0 passed this metric