[240] | 1 | .. _kernel-installation-opensuse: |
---|
| 2 | |
---|
| 3 | OpenSUSE |
---|
[271] | 4 | ======== |
---|
| 5 | |
---|
| 6 | :Last Updated: $Date: 2011-07-16 13:26:31 +0000 (Sat, 16 Jul 2011) $ |
---|
| 7 | :Id: $Id: install-opensuse.txt 272 2011-07-16 13:26:31Z djay $ |
---|
| 8 | :Author: $Author: djay $ |
---|
| 9 | :HeadURL: $HeadURL: trunk/docs/kernel/install-opensuse.txt $ |
---|
[240] | 10 | |
---|
| 11 | .. contents:: Table of Contents |
---|
| 12 | :depth: 2 |
---|
| 13 | :backlinks: top |
---|
| 14 | |
---|
| 15 | Zoo-Kernel is maintained as a package in `OpenSUSE Build Service (OBS) <https://build.opensuse.org/package/show?package=zoo-kernel&project=Application%3AGeo>`__. |
---|
| 16 | This way, rpm's are provided for all versions of openSUSE Linux (11.2, 11.3, 11.4, Factory). |
---|
| 17 | |
---|
| 18 | Stable Releases |
---|
| 19 | --------------- |
---|
| 20 | |
---|
| 21 | For installing Zoo-Kernel in openSUSE there are 3 ways available: |
---|
| 22 | |
---|
| 23 | One Click Installer |
---|
| 24 | ******************* |
---|
| 25 | |
---|
| 26 | One-click installer that can be found `here <http://software.opensuse.org/search?q=zoo-kernel&baseproject=openSUSE%3A11.4&lang=en&exclude_debug=true>`__. |
---|
| 27 | For openSUSE 11.4 this is the direct `link <http://software.opensuse.org/ymp/Application:Geo/openSUSE_11.4/zoo-kernel.ymp?base=openSUSE%3A11.4&query=zoo-kernel>`__. |
---|
| 28 | |
---|
| 29 | Yast Software Manager using a GUI |
---|
| 30 | ********************************* |
---|
| 31 | |
---|
| 32 | The `Application:Geo <http://download.opensuse.org/repositories/Application:/Geo/>`__ repository has to be added |
---|
| 33 | to the Software Repositories and then Zoo-kernel can be found in Software Management through search. |
---|
| 34 | |
---|
| 35 | Command line (as root for openSUSE 11.4) |
---|
| 36 | **************************************** |
---|
| 37 | |
---|
| 38 | :: |
---|
| 39 | |
---|
| 40 | zypper ar http://download.opensuse.org/repositories/Application:/Geo/openSUSE_11.4/ |
---|
| 41 | zypper refresh |
---|
| 42 | zypper install zoo-kernel |
---|
| 43 | |
---|
| 44 | Unstable Version |
---|
| 45 | ---------------- |
---|
| 46 | |
---|
| 47 | The latest development version of ZOO-Kernel can be found in OBS under the project `home:tzotsos <https://build.opensuse.org/project/show?project=home%3Atzotsos>`__. |
---|
| 48 | ZOO-Kernel packages are maintained and tested there before being released to the Application:Geo repository. |
---|
| 49 | |
---|
| 50 | Installation methods are identical as the stable version. Make sure to use `this <http://download.opensuse.org/repositories/home:/tzotsos/>`__ repository instead. |
---|
| 51 | |
---|
| 52 | Command line installation (as root for openSUSE 11.4) |
---|
| 53 | ***************************************************** |
---|
| 54 | |
---|
| 55 | :: |
---|
| 56 | |
---|
| 57 | zypper ar http://download.opensuse.org/repositories/home:/tzotsos/openSUSE_11.4/ |
---|
| 58 | zypper refresh |
---|
| 59 | zypper install zoo-kernel |
---|
| 60 | zypper install zoo-kernel-grass-bridge |
---|
| 61 | |
---|
| 62 | Additionally, there is the option of adding the zoo-wps-grass-bridge package. This option will automatically install grass7 (svn trunk). |
---|
| 63 | |
---|
| 64 | Try the Installation |
---|
| 65 | -------------------- |
---|
| 66 | |
---|
| 67 | - http://localhost/cgi-bin/zoo_loader.cgi?ServiceProvider=&metapath=&Service=WPS&Request=GetCapabilities&Version=1.0.0 |
---|
| 68 | - http://localhost/cgi-bin/zoo_loader.cgi?ServiceProvider=&metapath=&Service=WPS&Request=DescribeProcess&Version=1.0.0&Identifier=HelloPy |
---|
| 69 | - http://localhost/cgi-bin/zoo_loader.cgi?ServiceProvider=&metapath=&Service=WPS&Request=Execute&Version=1.0.0&Identifier=HelloPy&DataInputs=a=myname |
---|