Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

typo3_solr (2) Versions 1.1.2

Installs/Configures TYPO3 EXT:solr

Policyfile
Berkshelf
Knife
cookbook 'typo3_solr', '= 1.1.2', :supermarket
cookbook 'typo3_solr', '= 1.1.2'
knife supermarket install typo3_solr
knife supermarket download typo3_solr
README
Dependencies
Quality -%

Description

This is alpha software! It is used in production, but it is not guaranteed to work with your setup!*

This chef cookbook is based on the shell-scripts which are distributed with the EXT:solr (thank you Ingo Renner!). The
cookbook offers two LWRPs which should be enough to setup a solr app with unlimited solr cores.

Requirements

Platform:

  • Debian, Ubuntu

The following Opscode cookbooks are dependencies:

  • tomcat

Attributes

  • node[:typo3_solr][:solr][:solr_home] - Path to the directory in which the apps should be located

Usage

The following LWRPs are included:

typo3_solr_app is used to create a new webapp with the given configuration

For instances requiring Apache Solr < 4

typo3_solr_app "MySolrAppName" do
  solr '3.5.0'
  extension '2.2'
  plugin '1.2.0'
  languages %w{ german english french italian generic hungarian }
end

For instances requiring Apache Solr > 4

typo3_solr_app "MySolrAppName" do
  solr '4.7.1'
  extension '3.0'
  plugin_access '2.0'
  plugin_utils '1.1'
  plugin_lang '3.1'
  languages %w{ german english french italian generic hungarian }
end

typo3_solr_core is used to attach cores to a already created webapp

typo3_solr_core "de-TestWeb-123-de_DE" do
  language 'german'
  app 'MySolrAppName'
  action :add
end

License and Author

Author: Philipp Bergsmann (p.bergsmann@opendo.at)

Copyright: 2014 opendo GmbH (http://opendo.at)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

tomcat >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found