Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

assaydepot/role-solr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solr Bootstrap

A role to quickly install Solr

Requirements

Java needs to be available on the system, the role oracle_java7 is recommended.

Role Variables

The following variables can be used with the solr role:

solr_source: http://apache.openmirror.de/lucene/solr # URL where to retrieve solr
solr_version: 4.6.1                                  # Solr version to use
solr_destination: /usr/local/src                     # where to install Solr to
solr_home: "{{solr_destination}}/solr/example"       # the Solr home directory, unless specified, this will use example
solr_memory: 1024                                    # maximum memory for the Solr process

Dependencies

License

BSD

Author Information

Stephan Hochhaus stephan@yauh.de

yauh.de

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%