A Buildout recipe to install and configure Apache Solr with Anaconda.
Project description
Introduction
birdhousebuilder.recipe.solr is a Buildout recipe to install and configure Solr using Anaconda. Solr will be deployed as a Supervisor service.
This recipe is used by the Birdhouse project.
Usage
The recipe requires that Anaconda is already installed. You can use the buildout option anaconda-home to set the prefix for the anaconda installation. Otherwise the environment variable CONDA_PREFIX (variable is set when activating a conda environment) is used as conda prefix.
It installs the solr package from a conda channel in a conda environment defined by CONDA_PREFIX. The intallation folder is given by the prefix buildout option. It deploys a Supervisor configuration for Solr in ${prefix}/etc/supervisor/conf.d/solr.conf. Supervisor can be started with ${prefix}/etc/init.d/supervisord start.
By default Solr will be available on http://localhost:8983/solr.
The recipe depends on birdhousebuilder.recipe.conda and birdhousebuilder.recipe.supervisor.
Supported options
The recipe supports the following options:
- anaconda-home
Buildout option pointing to the root folder of the Anaconda installation. Default: $HOME/anaconda.
- hostname
The hostname of the Solr service (nginx). Default: localhost.
- http-port
The http port of the Solr service (nginx). Default: 8983.
- java-home
Path to your JAVA_HOME. By default it uses the java installation from conda (package openjdk). Default: ${prefix}.
Example usage
The following example buildout.cfg installs Solr with Anaconda:
[buildout] parts = solr [solr] recipe = birdhousebuilder.recipe.solr hostname = localhost http-port = 8983
Change History
0.2.2 (2017-01-27)
pep8.
update Readme.
fixed travis.
0.2.1 (2016-08-20)
fixed permissions of solr-home.
added solr-jetty-context.xml to configure jetty tempDirectory.
0.2.0 (2016-06-19)
using zc.recipe.buildout.
0.1.5 (2016-01-06)
set SOLR_HOME to var/lib/solr.
fixed recipe update mode.
0.1.4 (2015-08-04)
using conda java-jdk (OpenJDK) package.
SOLR_JAVA_HOME set to birdhouse java.
0.1.3 (2015-07-30)
cleaned up schema.
using tags as default search field.
0.1.2 (2015-07-28)
added source type in schema.xml.
0.1.1 (2015-07-24)
added fields for birdhouse in schema.xml.
cleaned up configuration files.
0.1.0 (2015-07-15)
Initial Release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file birdhousebuilder.recipe.solr-0.2.2.tar.gz
.
File metadata
- Download URL: birdhousebuilder.recipe.solr-0.2.2.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a51a75cf2815577e47f6e7d8dc4160951a759846ee32e7d78312735ffb3defa |
|
MD5 | f58a3a6fe381d017acf81d95d0d9744c |
|
BLAKE2b-256 | 19a23fb3aeea1d260623433d6c36c324106ace99cb906977aaf52f132baa70e9 |
File details
Details for the file birdhousebuilder.recipe.solr-0.2.2-py2-none-any.whl
.
File metadata
- Download URL: birdhousebuilder.recipe.solr-0.2.2-py2-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 336c769ec2c2720a432a854c155609d107d0621c406bd92419ffed399f556fac |
|
MD5 | 3e04aaf4b22f5b6e7056dcca3df8b8e2 |
|
BLAKE2b-256 | a47820273a8e94049bf59367b878cba6af7fa4a4906c48f43777fcdfe8e4a009 |