Installs solr and starts the service.
default
- This will install java, download solr and setup the service
node['solr']['version']
- Version of solr to installnode['solr']['url']
- Url of solr source to downloadnode['solr']['data_dir']
- Location for solr data and confignode['solr']['dir']
- Location of the solr sorce filesnode['solr']['port']
- The port the solr service is bound tonode['solr']['pid_file']
- The location for the pid filenode['solr']['log_file']
- The location for the log filenode['solr']['install_java']
- Installs Java via the community cookbook. Defaulttrue
.
License: MIT
Author: David Radcliffe
Inspiration for the start script from https://github.com/jbusby/solr-initd