Skip to main content

A Buildout recipe to install and configure pycsw Catalog Service (CSW) with Anaconda.

Project description

Introduction

birdhousebuilder.recipe.pycsw is a Buildout recipe to install and configure pycsw with Anaconda. pycsw is a Python implementation of a Catalog Service for the Web (CSW). pycsw will be deployed as a Supervisor service and is available on a Nginx web server.

Birdhousebuilder recipes are used to build Web Processing Service components (Phoenix, Malleefowl, Nighthawk, FlyingPigeon, …) of the ClimDaPs project. All Birdhousebuilder recipes need an existing Anaconda installation.

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 pycsw package from a conda channel and setups a pycsw database (sqlite) in ~/anaconda/var/lib/pycsw. It deploys a Supervisor configuration for pycsw in ~/anaconda/etc/supervisor/conf.d/pycsw.conf. Supervisor can be started with ~/anaconda/etc/init.d/supervisor start.

The recipe will install the nginx package from a conda channel and deploy a Nginx site configuration for pycsw. The configuration will be deployed in ~/anaconda/etc/nginx/conf.d/pycsw.conf. Nginx can be started with ~/anaconda/etc/init.d/nginx start.

By default pycsw will be available on http://localhost:8082/csw?service=CSW&version=2.0.2&request=GetCapabilities.

The recipe depends on birdhousebuilder.recipe.conda, birdhousebuilder.recipe.supervisor and birdhousebuilder.recipe.nginx.

Supported options

The recipe supports the following options:

anaconda-home

Buildout option with the root folder of the Anaconda installation. Default: $HOME/anaconda.

hostname

The hostname of the pycsw service (nginx). Default: localhost

port

The port of the pycsw service (nginx). Default: 8082

Example usage

The following example buildout.cfg installs pycsw with Anaconda:

[buildout]
parts = pycsw

anaconda-home = /home/myself/anaconda

[pycsw]
recipe = birdhousebuilder.recipe.pycsw
hostname = localhost
port = 8082

After installing with Buildout start the pycsw service with:

$ cd /home/myself/anaconda
$ etc/init.d/supervisord start  # start|stop|restart
$ etc/init.d/nginx start        # start|stop|restart
$ bin/supervisorctl status      # check that pycsw is running
$ less var/log/pycsw/pycsw.log  # check log file

Open your browser with the following URL:

http://localhost:8082/csw?service=CSW&version=2.0.2&request=GetCapabilities

Authors

Carsten Ehbrecht ehbrecht at dkrz.de

Change History

0.1.2 (2014-08-13)

Changed gunicorn template for gunicorn 19.0.

0.1.1 (2014-08-01)

Updated documentation.

0.1.0 (2014-07-29)

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

birdhousebuilder.recipe.pycsw-0.1.2.tar.gz (9.5 kB view details)

Uploaded Source

File details

Details for the file birdhousebuilder.recipe.pycsw-0.1.2.tar.gz.

File metadata

File hashes

Hashes for birdhousebuilder.recipe.pycsw-0.1.2.tar.gz
Algorithm Hash digest
SHA256 cc22c1bd768d71bde742e200f087914d4eda07384353910b0651569eb7f3b85b
MD5 e8956f3382ccfdd7d842ca444737bb9c
BLAKE2b-256 4acfd9b42dee7ff17ab38317dda4c9a72da38f7df85a4141a95b4c013ab54fdf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page