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

alphard-chef-sbt (11) Versions 0.1.8

Installs/Configures SBT

Policyfile
Berkshelf
Knife
cookbook 'alphard-chef-sbt', '= 0.1.8', :supermarket
cookbook 'alphard-chef-sbt', '= 0.1.8'
knife supermarket install alphard-chef-sbt
knife supermarket download alphard-chef-sbt
README
Dependencies
Changelog
Quality 33%

Cookbook Version
License
Build Status

Cookbook 'alphard-chef-sbt'

This cookbook installs SBT (http://www.scala-sbt.org/) on a

Requirements

Platforms

  • Ubuntu 14.04
  • Ubuntu 16.04
  • CentOS 6
  • CentOS 7
  • Fedora
  • Debian 8

Chef

  • Chef 12.0 or later

Cookbooks

  • java - Java is needed to launch sbt. It sets the default java version to 8.

Attributes

alphard-chef-sbt::default

  • ['alphard-chef-sbt']['user'] - The user used to create files, directories and execute commands.
  • ['alphard-chef-sbt']['group'] - The group used to create files, directories and execute commands.
  • ['alphard-chef-sbt']['home'] - The SBT home location.
  • ['alphard-chef-sbt']['version'] - The SBT version.

Usage

alphard-chef-sbt::default

{
  "name":"my_node",
  "run_list": [
    "recipe[alphard-chef-sbt]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License

Copyright 2009-2016, Hydra Technologies, 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.

Authors

  • Frédéric Nowak - frederic.nowak@@hydra-technologies.net

Dependent cookbooks

java >= 1.40.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Cookbook SBT CHANGELOG

This file is used to list changes made in each version of the alphard-chef-sbt cookbook.

1.0.0

Collaborator Number Metric
            

0.1.8 failed this metric

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

Foodcritic Metric
            

0.1.8 passed this metric

License Metric
            

0.1.8 failed this metric

alphard-chef-sbt does not have a valid open source license.
Acceptable licenses include Apache 2.0, apachev2, MIT, mit, GNU Public License 2.0, gplv2, GNU Public License 3.0, gplv3.