Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 734 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 734 Bytes

This repo has been deprecated in favor of modcloth/modcloth-solr.

DESCRIPTION:

Install Solr as either a master or a replica.

This configures Solr to be used with Sunspot by default.

REQUIREMENTS:

This cookbook currently only works on SmartOS.

ATTRIBUTES:

USAGE:

Solr Master

include_recipe "modcloth-solr::master"

This will create a service in SMF named solr-master on port 9985.

Solr Replica

include_recipe "modcloth-solr::replica"

This will create a service in SMF named solr-replica on port 8983. By default it will look for a master on localhost. This can be configured by updating the solr.master.hostname attribute on a host.