Changes between Version 5 and Version 6 of ZooDocumentation/ZOOKernel/OpenSUSE_installation
- Timestamp:
- Apr 6, 2011, 3:55:53 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooDocumentation/ZOOKernel/OpenSUSE_installation
v5 v6 1 1 = openSUSE = 2 2 3 Zoo-Kernel is maintained as a package in [https://build.opensuse.org/package/show?package=zoo-kernel&project=Application%3AGeo OpenSUSE Build Service]. This way, rpm's are provided for all versions of openSUSE Linux (11.2, 11.3, 11.4, Factory). 3 Zoo-Kernel is maintained as a package in [https://build.opensuse.org/package/show?package=zoo-kernel&project=Application%3AGeo OpenSUSE Build Service (OBS)]. This way, rpm's are provided for all versions of openSUSE Linux (11.2, 11.3, 11.4, Factory). 4 5 == Stable Releases == 4 6 5 7 For installing Zoo-Kernel in openSUSE there are 3 ways available: 6 8 7 == One Click Installer==9 === One Click Installer === 8 10 9 11 One-click installer that can be found [http://software.opensuse.org/search?q=zoo-kernel&baseproject=openSUSE%3A11.4&lang=en&exclude_debug=true here]. For openSUSE 11.4 this is the direct [http://software.opensuse.org/ymp/Application:Geo/openSUSE_11.4/zoo-kernel.ymp?base=openSUSE%3A11.4&query=zoo-kernel link] 10 12 11 == Yast Software Manager using a GUI==13 === Yast Software Manager using a GUI === 12 14 13 15 The [http://download.opensuse.org/repositories/Application:/Geo/ Application:Geo] repository has to be added to the Software Repositories and then Zoo-kernel can be found in Software Management through search. 14 16 15 == Command line (as root)==17 === Command line (as root for openSUSE 11.4) === 16 18 {{{ 17 19 zypper ar http://download.opensuse.org/repositories/Application:/Geo/openSUSE_11.4/ … … 21 23 22 24 23 == Try the installation==25 === Try the installation === 24 26 25 27 http://localhost/cgi-bin/zoo_loader.cgi?ServiceProvider=&metapath=&Service=WPS&Request=GetCapabilities&Version=1.0.0 [[BR]] 26 28 http://localhost/cgi-bin/zoo_loader.cgi?ServiceProvider=&metapath=&Service=WPS&Request=DescribeProcess&Version=1.0.0&Identifier=HelloPy [[BR]] 27 29 http://localhost/cgi-bin/zoo_loader.cgi?ServiceProvider=&metapath=&Service=WPS&Request=Execute&Version=1.0.0&Identifier=HelloPy&DataInputs=a=myname 30 31 == Unstable Version == 32 33 The latest development version of ZOO-Kernel can be found in OBS under the project [https://build.opensuse.org/project/show?project=home%3Atzotsos home:tzotsos]. ZOO-Kernel packages are maintained and tested there before being released to the Application:Geo repository. 34 35 Installation methods are identical as the stable version. Make sure to use [http://download.opensuse.org/repositories/home:/tzotsos/ this] repository instead. 36 37 === Command line installation (as root for openSUSE 11.4) === 38 {{{ 39 zypper ar http://download.opensuse.org/repositories/home:/tzotsos/openSUSE_11.4/ 40 zypper refresh 41 zypper install zoo-kernel 42 zypper install zoo-kernel-grass-bridge 43 }}} 44 45 Additionally, there is the choice of adding the zoo-wps-grass-bridge package. 46 47 48