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

The languages cookbook has been deprecated

Author provided reason for deprecation:

The languages cookbook has been deprecated and is no longer being maintained by its authors. Use of the languages cookbook is no longer recommended.

RSS

languages (20) Versions 0.2.1

Installs/Configures languages

Policyfile
Berkshelf
Knife
cookbook 'languages', '= 0.2.1', :supermarket
cookbook 'languages', '= 0.2.1'
knife supermarket install languages
knife supermarket download languages
README
Dependencies
Quality 100%

languages

Resources to install compilers and other support for various languages.

Using Test Kitchen with Docker

The following assumes you are on a Mac OS X workstation and have installed and
started Kitematic.

  • Install kitchen-docker into your local ChefDK install:

    $ chef gem install kitchen-docker
    Successfully installed kitchen-docker-2.3.0
    1 gem installed

  • Set environment variables to point kitchen-docker at your local Kitematic instance:
    ```

    Bash

    export DOCKER_HOST=tcp://192.168.99.100:2376
    export DOCKER_CERT_PATH=$HOME/.docker/machine/certs
    export DOCKER_TLS_VERIFY=1

Fish

set -gx DOCKER_HOST "tcp://192.168.99.100:2376"
set -gx DOCKER_CERT_PATH "$HOME/.docker/machine/certs"
set -gx DOCKER_TLS_VERIFY 1
```

  • Run Test Kitchen with the provided .kitchen.docker.yml: KITCHEN_LOCAL_YAML=.kitchen.docker.yml kitchen verify languages-ruby-ubuntu-1204

Foodcritic Metric
            

0.2.1 passed this metric