Skip to content

Commit

Permalink
added supervisor monitor screenshop
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Mar 13, 2015
1 parent e915411 commit 820cdd7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file added docs/source/_images/supervisor-monitor.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,26 @@ See the following image on how this looks like:

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.

The Makefile of a Birdhouse application has convenience targets to start/stop a WPS service controlled by Supervisor and to check the status::

$ make start # start wps service
$ make stop # stop wps service
$ make status # show status of wps service
Supervisor status ...
/home/pingu/.conda/envs/birdhouse/bin/supervisorctl status
emu RUNNING pid 25698, uptime 0:00:02
malleefowl RUNNING pid 25702, uptime 0:00:02
mongodb RUNNING pid 25691, uptime 0:00:02
nginx RUNNING pid 25699, uptime 0:00:02
phoenix RUNNING pid 25694, uptime 0:00:02
pycsw RUNNING pid 25700, uptime 0:00:02
tomcat RUNNING pid 25693, uptime 0:00:02


You can also use the Supervisor monitor web service which by default is available on port http://localhost/9001. The Supervisor monitor app looks like in the following screenshot.

.. image:: _images/supervisor-monitor.png

.. _docker:

Using Birdhouse with Docker
Expand Down

0 comments on commit 820cdd7

Please sign in to comment.