source:
branches/PublicaMundi_David-devel/docs/install/debian.rst
@
876
Last change on this file since 876 was 713, checked in by djay, 9 years ago | |
---|---|
|
|
File size: 3.4 KB |
Installation on Debian / Ubuntu
Use the following instructions to install ZOO-Project on Debian or Ubuntu distributions.
Prerequisites
Using Debian
The following command should install all the required dependancies on Debian. See the :ref:`install-prereq` section for additional information.
Using Ubuntu
On Ubuntu, use the following command first to install the required dependancies :
Then add the UbuntuGIS repository in order to get the latest versions of libraries
Install the geographic library as follow:
Installation
:ref:`install-download` ZOO-Project latest version from svn using the following command:
Install the cgic library from packages using the following command:
Head to the :ref:`kernel_index` directory
Create a configure file as follow:
Run configure with the desired options, for example with the following command:
Note
Refer to the :ref:`installation` section for the full list of available options
Compile ZOO-Kernel as follow:
Install the libzoo_service.so.1.5 by using the following command:
Copy the necessary files to the cgi-bin directory (as administrator user):
Install ZOO ServiceProviders, for example the basic Python service (as administrator user)
Edit the main.cfg file as follow (example configuration):
Test the ZOO-Kernel installation with the following requests:
Note
Such request should return well formed XML documents (OWS documents responses).
Warning
If ZOO-Kernel returns an error please check the :ref:`kernel_config` and beware of the :ref:`install-prereq`.