Skip to content

Commit

Permalink
renamed _images folder. added wsgiapp.png to installation doc ...
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Mar 13, 2015
1 parent 799f9eb commit e915411
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 4 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ Nginx, gunicorn and supervisor

Birdhouse setups a `PyWPS`_ server (and also the Phoenix web application) using :term:`Buildout`. We use the :term:`Gunicorn` HTTP application server (similar to Tomcat for Java servlet applications ) to run these web applications with the :term:`WSGI` interface. In front of the Gunicorn application server we use the :term:`Nginx` HTTP server (similar to Apache web server). All these web services are started/stopped and monitored by a :term:`Supervisor` service.

See the following image on how this looks like:

.. image:: _images/WsgiApp.png

When installing a Birdhouse WPS service you don't need to care about this setup. This is all done by Buildout and using some extensions provided by Birdhouse.

.. _docker:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ WPS Use Case

A user runs a WPS processes remotely on a machine with direct access to climate data archives.

.. image:: images/wps-use-case.png
.. image:: _images/wps-use-case.png

.. _birdhouse_overview:

Birdhouse with WPS components
=============================

.. image:: images/birdhouse.png
.. image:: _images/birdhouse.png

ESGF is currently the main climate data resource (but more resources are possible). ESGF Solr-index is used to find ESGF data. The ESGF identity provider with OpenIDs and X509 certificate is used for authenticatin.

Expand Down

0 comments on commit e915411

Please sign in to comment.