Skip to main content

A Buildout recipe to install and configure Adaguc Web Mapping Service with Anaconda.

Project description

Introduction

birdhousebuilder.recipe.adagucserver is a Buildout recipe to install and configure Adagucserver with Anaconda. Adagucserver is an implementation of a Web Map Service (WMS). Adagucserver will be deployed as a Supervisor service and is available on a Nginx web server.

This recipe is used by the Birdhouse project.

Usage

The recipe requires that Anaconda is already installed. It assumes that the default Anaconda location is in your home directory ~/anaconda. Otherwise you need to set the ANACONDA_HOME environment variable or the Buildout option anaconda-home.

It installs the adagucserver package from a conda channel in a conda environment named birdhouse. The location of the birdhouse environment is .conda/envs/birdhouse. It deploys a Supervisor configuration for Adagucserver in ~/.conda/envs/birdhouse/etc/supervisor/conf.d/adagucserver.conf. Supervisor can be started with ~/.conda/envs/birdhouse/etc/init.d/supervisor start.

The recipe will install the nginx package from a conda channel and deploys a Nginx site configuration for Adagucserver. The configuration will be deployed in ~/.conda/envs/birdhouse/etc/nginx/conf.d/adagucserver.conf. Nginx can be started with ~/.conda/envs/birdhouse/etc/init.d/nginx start.

By default Adagucserver will be available on http://localhost:9002?service=WMS&version=1.3.0&request=GetCapabilities.

The recipe depends on:

  • birdhousebuilder.recipe.conda

  • birdhousebuilder.recipe.postgres

  • birdhousebuilder.recipe.supervisor

  • 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. The default location can also be set with the environment variable ANACONDA_HOME. Example:

export ANACONDA_HOME=/opt/anaconda

Search priority is:

  1. anaconda-home in buildout.cfg

  2. $ANACONDA_HOME

  3. $HOME/anaconda

port

Port used by the Adaguc WMS service. Default: 9002

data_dir

Path to the data directory with NetCDF files. Default: ~/.conda/envs/birdhouse/var/cache/pywps

Example usage

The following example buildout.cfg installs Adagucserver with Anaconda:

[buildout]
parts = adaguc

anaconda-home = /home/myself/anaconda

[adaguc]
recipe = birdhousebuilder.recipe.adagucserver
port = 9002

After installing with Buildout start the Adagucserver WMS service with:

$ cd /home/myself/.conda/envs/birdhouse
$ etc/init.d/supervisord start  # start|stop|restart
$ etc/init.d/nginx start        # start|stop|restart
$ bin/supervisorctl status      # check that adagucserver is running
$ less var/log/adaguc.log  # check log file

Open your browser with the following URL:

http://localhost:9002?service=WMS&version=1.3.0&request=GetCapabilities

Authors

Carsten Ehbrecht ehbrecht at dkrz.de

Change History

0.2.0 (2015-03-31)

0.1.0 (2015-03-30)

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.adagucserver-0.2.0.tar.gz (9.6 kB view details)

Uploaded Source

File details

Details for the file birdhousebuilder.recipe.adagucserver-0.2.0.tar.gz.

File metadata

File hashes

Hashes for birdhousebuilder.recipe.adagucserver-0.2.0.tar.gz
Algorithm Hash digest
SHA256 402a540ab797cc45d3368886d33ab79f6213562adf02eedcb90aab187fae5d36
MD5 5c4207a11f1a9d1672dc33ce85cfef76
BLAKE2b-256 2c96579f23bd127bdc760d05021df37d1d85046825026c5cb41a62cd1ca343c4

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