- Timestamp:
- May 6, 2011, 8:24:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/kernel/installation.txt
r210 r211 279 279 ******** 280 280 281 Zoo-Kernel is maintained as a package in `OpenSUSE Build Service (OBS) <https://build.opensuse.org/package/show?package=zoo-kernel&project=Application%3AGeo>`__. 282 This way, rpm's are provided for all versions of openSUSE Linux (11.2, 11.3, 11.4, Factory). 283 284 Stable Releases 285 ^^^^^^^^^^^^^^^ 286 287 For installing Zoo-Kernel in openSUSE there are 3 ways available: 288 289 One Click Installer 290 ################### 291 292 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>`__. 293 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>`__. 294 295 Yast Software Manager using a GUI 296 ################################# 297 298 The `Application:Geo <http://download.opensuse.org/repositories/Application:/Geo/>`__ repository has to be added 299 to the Software Repositories and then Zoo-kernel can be found in Software Management through search. 300 301 Command line (as root for openSUSE 11.4) 302 ######################################## 303 304 :: 305 306 zypper ar http://download.opensuse.org/repositories/Application:/Geo/openSUSE_11.4/ 307 zypper refresh 308 zypper install zoo-kernel 309 310 Unstable Version 311 ^^^^^^^^^^^^^^^^ 312 313 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>`__. 314 ZOO-Kernel packages are maintained and tested there before being released to the Application:Geo repository. 315 316 Installation methods are identical as the stable version. Make sure to use `this <http://download.opensuse.org/repositories/home:/tzotsos/>`__ repository instead. 317 318 Command line installation (as root for openSUSE 11.4) 319 ##################################################### 320 321 :: 322 323 zypper ar http://download.opensuse.org/repositories/home:/tzotsos/openSUSE_11.4/ 324 zypper refresh 325 zypper install zoo-kernel 326 zypper install zoo-kernel-grass-bridge 327 328 Additionally, there is the option of adding the zoo-wps-grass-bridge package. This option will automatically install grass7 (svn trunk). 329 330 Try the Installation 331 ^^^^^^^^^^^^^^^^^^^^ 332 333 - http://localhost/cgi-bin/zoo_loader.cgi?ServiceProvider=&metapath=&Service=WPS&Request=GetCapabilities&Version=1.0.0 334 - http://localhost/cgi-bin/zoo_loader.cgi?ServiceProvider=&metapath=&Service=WPS&Request=DescribeProcess&Version=1.0.0&Identifier=HelloPy 335 - http://localhost/cgi-bin/zoo_loader.cgi?ServiceProvider=&metapath=&Service=WPS&Request=Execute&Version=1.0.0&Identifier=HelloPy&DataInputs=a=myname 336 337 281 338 WIN32 282 339 -----
Note: See TracChangeset
for help on using the changeset viewer.