source: trunk/docs/services/status.txt @ 457

Last change on this file since 457 was 457, checked in by lucadelu, 10 years ago

add documentation about status

File size: 1.4 KB
Line 
1.. _services-status:
2
3How To Use ZOO Status Service
4===============================
5
6:Authors: Luca Delucchi
7:Last Updated: $Date: 2013-03-27 00:06:12 +0100 (Wed, 27 Mar 2013) $
8
9*ZOO Status Service* is a utility of ZOO-Project to return the
10completion percent of your service.
11
12Install ZOO Status Service
13-----------------------------
14
15To install the ``ZOO Status Service`` you have to move in
16``/path/to/zoo/source/zoo-services/utils/status/`` and compile the source
17running the ``make`` command.
18If no errors are returned during compilation you can copy the content of ``cgi-env``
19to ``/usr/lib/cgi-bin/`` or where you have your ``zoo_loader.cgi`` working with this
20command (you need administration right):
21
22::
23
24   cp /path/to/zoo/source/zoo-services/utils/status/cgi-env/*{zcfg,zo,py} /usr/lib/cgi-bin
25
26With this command you copy the code to permit to ``ZOO Status Service`` and some
27example processes about how it works.
28
29Now you have to add these two lines to ``main.cfg`` :
30
31::
32
33  rewriteUrl=call
34  dataPath=/var/www/data
35
36Here you define the path where the service is able to find the xsl file, specified in the dataPath
37parameter. You also tell the ZOO Kernel that you want to use the `rewriteUrl <../kernel/install-debian.html#rewrite-rule-configuration>`_.
38
39The last operation is to copy the ``updateStatus.xsl`` to ``dataPath`` directory as follow:
40
41::
42
43   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