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

idea (6) Versions 0.5.0

Installs and configures IntelliJ IDEA

Policyfile
Berkshelf
Knife
cookbook 'idea', '= 0.5.0', :supermarket
cookbook 'idea', '= 0.5.0'
knife supermarket install idea
knife supermarket download idea
README
Dependencies
Changelog
Quality 0%

idea Cookbook

This cookbook will install the community or ultimate edition of IntelliJ IDEA.

The default recipe will:

  • Download the Community Edition of the IDE from JetBrains' website
  • Extract the archive
  • Configure the JVM options used to start the IDE

Requirements

  • Depends on opscode/java cookbook

Attributes

  • node['idea']['setup_dir'] - Target directory for installation. This cookbook does not create setup_dir if it does not exist.
  • node['idea']['user'] - user owner of the installation.
  • node['idea']['group'] - group owner of the installation (default to the same value as user if not specified).
  • node['idea']['edition'] - Target edition of IntelliJ IDEA to install. Defaults to C for Community edition. Other acceptable value: U for Ultimate.
  • node['idea']['version'] - the version of IntelliJ IDEA to install (default: 2016.2.3).
  • node['idea']['url'] - Download URL for IntelliJ IDEA (default: https://download-cf.jetbrains.com/idea/ideaI#{edition}-#{version}.tar.gz).
  • node['idea']['ide_dir'] - the name of the IDEA folder (default: ideaI{edition}-{version}, e.g. if you install the default version of the Community Edition: ideaIC-14.1.4).
  • node['idea']['64bits']['Xmx'] - specify the value of -Xmx in the 64bits configuration file (default: 2048m).
  • node['idea']['64bits']['Xms'] - specify the value of -Xms in the 64bits configuration file (default: 2048m).

Usage

idea::default

Include recipe[idea::default] in your run_list and override the defaults you want changed.

Note: the recipe will not do anything if node['idea']['setup_dir'] already contains the chosen version of IntelliJ IDEA.

Contributing

Pull requests are very welcome!

License and Authors

Author:: Vincent Theron (vptheron)

Contributors:: https://github.com/vptheron/chef-idea/contributors

Copyright:: 2014, Vincent Theron

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.

Dependent cookbooks

java >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

idea CHANGELOG

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

0.1.0

  • [your_name] - Initial release of idea

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Collaborator Number Metric
            

0.5.0 failed this metric

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

Foodcritic Metric
            

0.5.0 failed this metric

FC002: Avoid string interpolation where not required: /tmp/1bbd6b13393d15a0cad0c180/idea/recipes/default.rb:34
FC002: Avoid string interpolation where not required: /tmp/1bbd6b13393d15a0cad0c180/idea/recipes/default.rb:36
FC002: Avoid string interpolation where not required: /tmp/1bbd6b13393d15a0cad0c180/idea/recipes/default.rb:50
FC002: Avoid string interpolation where not required: /tmp/1bbd6b13393d15a0cad0c180/idea/recipes/default.rb:63
FC064: Ensure issues_url is set in metadata: /tmp/1bbd6b13393d15a0cad0c180/idea/metadata.rb:1
FC065: Ensure source_url is set in metadata: /tmp/1bbd6b13393d15a0cad0c180/idea/metadata.rb:1