Skip to content

zivtech/puppet-drupal-solr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Solr

This project sets up an instance of Solr configured to run with SOLR.

It installs SOLR on tomcat6 on Ubuntu based systems. Patches to support other architectures are welcome. Patches to add testing are especially welcome.

Installation

Just run puppet module install zivtech/drupal_solr.

Basic usage

include drupal_solr

Advanced usage

class { 'drupal_solr':
  user => 'tomcat6',
  group => 'some_website_admin_group',
}

Dependencies

This module relies on puppetlabs/vcsrepo and rodjek/logrotate.

Using the setup once installed

Creating a solr instance

This module supports creating multiple solr instances all of which are added to and managed by tomcat. Once you use this module to install solr you can create specific instances like so:

create-solr-instance mysite 7 sapi

This will create a solr instance with the search_api schema appropriate for Drupal 7.

Removing a solr instance

You can remove the solr instance from tomcat and delete all data inside the index with the following command:

remove-solr-instance mysite

About

A simple puppet module that provides solr for Drupal on Ubuntu.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •