Changes between Version 4 and Version 5 of ZooWebSite/ZooKernel/InstallationNew
- Timestamp:
- Nov 30, 2010, 9:09:44 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/ZooKernel/InstallationNew
v4 v5 15 15 * autoconf ( http://www.gnu.org/software/autoconf/ ) 16 16 17 = Getting the code from SVN=17 == Getting the code from SVN == 18 18 19 19 Please use the following command to get the ZOO Kernel source code : … … 33 33 The first line of the instruction above consist in defining a specific tunnel to access the svn server through ssh protocol. Indeed, the ZOO SVN server listen on the 1046 (1024+22) port rather than the default one (22). 34 34 35 = Compiling ZOO Kernel=35 == Compiling ZOO Kernel == 36 36 37 == Unix / Linux==37 === Unix / Linux === 38 38 39 39 Please use the following command to compile ZOO Kernel source code. Please use … … 50 50 }}} 51 51 52 == Win32==52 === Win32 === 53 53 54 54 On Win32 platform you can compile the ZOO Kernel using the following command. … … 61 61 }}} 62 62 63 = Install ZOO Kernel and ZOO ServiceProvider=63 == Install ZOO Kernel and ZOO ServiceProvider == 64 64 65 65 Assuming that your Apache server handle cgi-scripts located in /var/www/localhost/cgi-bin, you must copy the zoo_loader.cgi script in this directory as the main.cfg file (see bellow). … … 76 76 The main configuration file is named main.cfg and contains configuration parameters that can be accessed from your service (using the main_cfg parameter) or by the ZOO Kernel. Please edit {{{main.cfg}}} according to your environment. Especialy please edit the {{{tmpPath}}} and {{{tmpurl}}} which was used by some processes respectively to store temporary files on and retrieve them from your web server. 77 77 78 = Apache ZOO .htaccess=78 == Apache ZOO .htaccess == 79 79 80 80 Then, create and edit a file called .htaccess in a zoo directory in your Apache DocumentRoot, using the following command: … … 93 93 }}} 94 94 95 = Test your ZOO installation=95 == Test your ZOO installation == 96 96 97 97 Finally, run the following GetCapabilities, DescribeProcess and Execute requests to test your ZOO Kernel installation :