Skip to content

dano-reisys/chef-solr

 
 

Repository files navigation

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']['install_java'] - Installs Java via the community cookbook. Default true.

License and Author

License: MIT

Author: David Radcliffe

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

Packages

No packages published

Languages

  • Ruby 50.3%
  • Shell 49.7%