Ignore:
Timestamp:
Jul 2, 2015, 1:25:29 PM (9 years ago)
Author:
djay
Message:

Add document to help translating the internal messages using transifex. Put db creation in installation. Update windows installation procedure (nothing specific to setup on IIS or Apache, but it is known as working on both) including details for available options.

Location:
branches/PublicaMundi_David-devel/docs/kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PublicaMundi_David-devel/docs/kernel/configuration.rst

    r713 r722  
    208208    PG:"dbname=zoo_project host=127.0.0.1 port=5432 user=username"
    209209
    210 .. _zoo_create_db_backend:
    211 
    212 To create a new database to be used by the ZOO-Kernel, you have
    213 to load the `schema.sql
    214 <http://zoo-project.org/trac/browser/trunk/zoo-project/zoo-kernel/sql/schema.sql>`_
    215 file. For instance, you may run the following:
    216 
    217 .. code::
    218 
    219     createdb zoo_project
    220     psql zoo_project -f zoo-project/zoo-kernel/sql/schema.sql
    221 
    222 .. note::
    223     You can choose another schema to store ZOO-Kernel specific
    224     informations. In such a case, you would need to edit the
    225     schema.sql file to uncomment line `33
    226     <http://zoo-project.org/trac/browser/trunk/zoo-project/zoo-kernel/sql/schema.sql#L33>`_
    227     and `34
    228     <http://zoo-project.org/trac/browser/trunk/zoo-project/zoo-kernel/sql/schema.sql#L34>`_.
    229 
    230 
     210Please refer to this `section <zoo_create_db_backend>`_ to learn how
     211to setup the database.
    231212
    232213     
  • branches/PublicaMundi_David-devel/docs/kernel/what.rst

    r711 r722  
    1717new or existing web platforms.
    1818
    19 
    2019ZOO-Kernel lets you process geospatial or non geospatial data using
    2120well formed WPS requests. The WPS server is able to manage and chain
     
    2524First class WPS server
    2625-----------------------
     26
     27Simple
     28......
     29
     30The ZOO-Kernel rely on simple principles and tends to ease the
     31implementation of new services by sharing similar data structures for
     32every supported programming languages. The ZOO-Kernel is responsible
     33to parse the requests it receives and return the corresponding WPS
     34response.
     35
     36In case of an *Execute* request, the ZOO-Kernel stores informations in
     37a basic KVP data structure for the programming language used to
     38implement the service, dynamically load the Service Provider defined
     39in the zcfg file and run a specific function corresponding to the
     40service, passing three arguments. Once the function return, ZOO-Kernel
     41knows if the service run succeessfuly or failed by checking the
     42returned value. In the case it succeeded, the ZOO-Kernel then parse
     43the third arguments containing the result and produce the output in
     44the desired format.
     45
     46
    2747
    2848Compliant
     
    82102.. _`Hash`: http://ruby-doc.org/core-2.2.0/Hash.html
    83103
    84 
    85 Scalable
    86 ........................................................
    87 
    88 ZOO-Kernel can **scale** to large infrastructures involving high
    89 numbers of (concurrent) WPS requests and/or huge amounts of
    90 input/output.
    91 
    92 
    93 
Note: See TracChangeset for help on using the changeset viewer.

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