source: trunk/docs/services/status.rst @ 917

Last change on this file since 917 was 725, checked in by djay, 9 years ago

Fix issue with rst files displayed from Trac. Fix strings to be translated. Always use the same string in all messages.

  • Property svn:keywords set to Date Author
  • Property svn:mime-type set to text/plain
File size: 1.6 KB
Line 
1.. _services-status:
2
3ZOO Status Service
4===============================
5
6The ZOO-Status Service is a `ZOO-Project <http://zoo-project.org>`__
7utility allowing to get the status of a running WPS Service.
8
9Description
10-----------------------------
11
12It returns the stage of completion of the ongoing Service in percentage
13(%). The ZOO-Status Service is usefull to monitor :ref:`services_index`. It can
14also be used to animate WPS progress bars from client-side applications.
15
16Installation
17-----------------------------
18
19To install the ``ZOO Status Service`` you have to move in
20``/path/to/zoo/source/zoo-services/utils/status/`` and compile the source
21running the ``make`` command.
22If no errors are returned during compilation you can copy the content of ``cgi-env``
23to ``/usr/lib/cgi-bin/`` or where you have your ``zoo_loader.cgi`` working with this
24command (you need administration right):
25
26::
27
28   cp /path/to/zoo/source/zoo-services/utils/status/cgi-env/*{zcfg,zo,py} /usr/lib/cgi-bin
29
30With this command you copy the code to permit to ``ZOO Status Service`` and some
31example processes about how it works.
32
33Now you have to add these two lines to ``main.cfg`` :
34
35::
36
37  rewriteUrl=call
38  dataPath=/var/www/data
39
40Here you define the path where the service is able to find the xsl file, specified in the dataPath
41parameter. You also tell the ZOO Kernel that you want to use the `rewriteUrl <../kernel/install-debian.html#rewrite-rule-configuration>`_.
42
43The last operation is to copy the ``updateStatus.xsl`` to ``dataPath`` directory as follow:
44
45::
46
47   cp /path/to/zoo/source/zoo-services/utils/status/cgi-env/*{xsl} /var/www/data
Note: See TracBrowser for help on using the repository browser.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png