cookbook 'idea', '~> 0.6.0'
idea (6) Versions 0.6.0 Follow6
Installs and configures IntelliJ IDEA
cookbook 'idea', '~> 0.6.0', :supermarket
knife supermarket install idea
knife supermarket download idea
idea Cookbook
This cookbook will install the community or ultimate edition of IntelliJ IDEA.
The default recipe will:
- Download the Community or Ultimate Edition of the IDE from JetBrains' website
- Extract the archive
- Configure the JVM options used to start the IDE
- Create a Freedesktop Desktop Specification entry
Requirements
- Depends on opscode/java and opscode/ark cookbooks
Attributes
-
node['idea']['setup_dir']
- Target directory for installation. This cookbook does not createsetup_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 asuser
if not specified). -
node['idea']['edition']
- Target edition of IntelliJ IDEA to install. Defaults toC
for Community edition. Other acceptable value:U
for Ultimate. -
node['idea']['version']
- the version of IntelliJ IDEA to install (default:2016.2.5
). -
node['idea']['url']
- Download URL for IntelliJ IDEA (default:https://download-cf.jetbrains.com/idea/ideaI#{edition}-#{version}.tar.gz
). -
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
- Source hosted at GitHub
- Report issues/Questions/Feature requests on GitHub Issues
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 |
ark >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
idea CHANGELOG
0.6.0
- Rewrite IDEA installation ( Issues: #2 #8 #9 #10 #11 #12 )
- Minor style fixes ( Issue: #7 )
- Add cookbook testing framework ( Issue: #13 )
- Update default version to latest ( Issues: #14 #15 )
Changes for versions prior to 0.6.0 can be obtained via GitHub
Collaborator Number Metric
0.6.0 failed this metric
Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.6.0 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.6.0 failed this metric
FC066: Ensure chef_version is set in metadata: idea/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: idea/metadata.rb:1
FC069: Ensure standardized license defined in metadata: idea/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.6.0 passed this metric
Testing File Metric
0.6.0 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.6.0 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
0.6.0 failed this metric
0.6.0 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.6.0 failed this metric
FC066: Ensure chef_version is set in metadata: idea/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: idea/metadata.rb:1
FC069: Ensure standardized license defined in metadata: idea/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.6.0 passed this metric
Testing File Metric
0.6.0 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.6.0 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
0.6.0 failed this metric
FC067: Ensure at least one platform supported in metadata: idea/metadata.rb:1
FC069: Ensure standardized license defined in metadata: idea/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
0.6.0 passed this metric
Testing File Metric
0.6.0 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.6.0 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
0.6.0 failed this metric
0.6.0 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