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

solr (10) Versions 0.5.0

Installs the solr search engine.

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

chef-solr Build Status

Installs solr and starts the service.

Recipes

  • default - This will install java, download solr and setup the service

Attributes

  • node['solr']['version'] - Version of solr to install.
  • node['solr']['url'] - Url of solr source to download.
  • node['solr']['data_dir'] - Location for solr data and config.
  • node['solr']['dir'] - Location of the solr sorce files.
  • node['solr']['port'] - The port the solr service is bound to.
  • node['solr']['pid_file'] - The location for the pid file.
  • node['solr']['log_file'] - The location for the log file.
  • node['solr']['user'] - The user to use.
  • node['solr']['group'] - The group to use.
  • node['solr']['install_java'] - Installs Java via the community cookbook. Default true.
  • node['solr']['java_options'] - Java options, such as memory, to pass along. Default is -Xms128M -Xmx512M.

License and Author

License: MIT

Author: David Radcliffe

Inspiration for the start script from https://github.com/jbusby/solr-initd

Dependent cookbooks

apt >= 0.0.0
java >= 0.0.0

Contingent cookbooks

askbot Applicable Versions

Foodcritic Metric
            

0.5.0 passed this metric