A Buildout recipe to install and configure thredds server with Anaconda.
Project description
Introduction
birdhousebuilder.recipe.thredds is a Buildout recipe to install and configure Thredds server with Anaconda.
Usage
The recipe requires that Anaconda is already installed. It assumes that Anaconda is installed at the default location in your home directory ~/anaconda. Otherwise you need to set the Buildout option anaconda-home to the correct location.
It installs the thredds and apache-tomcat package from a conda channel and setups Tomcat with Thredds. It deploys a Supervisor configuration for Tomcat in ~/anaconda/etc/supervisor/conf.d/tomcat.conf. Supervisor can be started with ~/anaconda/etc/init.d/supervisord start.
The recipe depends on birdhousebuilder.recipe.conda, birdhousebuilder.recipe.supervisor and birdhousebuilder.recipe.tomcat.
Supported options
This recipe supports the following options:
- anaconda-home
Buildout option with the root folder of the Anaconda installation. Default: $HOME/anaconda.
- data_root
Root Path of data files (NetCDF) for Thredds.
Example usage
The following example buildout.cfg installs Thredds with Anaconda and given data_root directory:
[buildout] parts = thredds anaconda-home = /home/myself/anaconda [thredds] recipe = birdhousebuilder.recipe.thredds data_root = ${buildout:anaconda-home}/var/lib/thredds/data_root
Changes
0.1.2 (2014-08-01)
Updated documentation.
0.1.1 (2014-07-22)
Fixed deployment of thredds config.
0.1.0 (2014-07-10)
Initial Release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for birdhousebuilder.recipe.thredds-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a77a83899bf79b9ac1552610257f148aa6806addd83aa426c80e47012dd13e2f |
|
MD5 | f7c0fc9c5ec6aab20f158b7a5e8f4b89 |
|
BLAKE2b-256 | b475e63cff829c07ab4dbdd9369f566c5481326f17e642f210da2f935b77f40c |