Changes between Version 3 and Version 4 of ZooWebSite/ZooKernel/InstallationNew
- Timestamp:
- May 15, 2010, 3:21:00 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/ZooKernel/InstallationNew
v3 v4 20 20 21 21 {{{ 22 #!sh 22 23 svn checkout http://svn.zoo-project.org/svn/trunk zoo-project 23 24 }}} 25 26 For users which get a developer account, use the following : 27 {{{ 28 #!sh 29 sed "s:\[tunnels\]:\[tunnels\]\nzoosvn = /usr/bin/ssh -p 1046:g" -i ~/.subversion/config 30 svn co svn+zoosvn://svn.zoo-project.org/var/svn/repos/trunk zoo-project 31 }}} 32 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). 24 34 25 35 = Compiling ZOO Kernel = … … 34 44 autoconf 35 45 ./configure --with-js=/usr/ \ 36 37 38 46 --with-gdal-config=/usr/bin/gdal-config \ 47 --with-php=/usr/lib/php5.2.10/ \ 48 --with-java=/opt/sun-jdk-1.6.0.02/ 39 49 make zoo_loader.cgi 40 50 }}} … … 64 74 }}} 65 75 66 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. 67 Apache ZOO .htaccess 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 78 = Apache ZOO .htaccess = 68 79 69 80 Then, create and edit a file called .htaccess in a zoo directory in your Apache DocumentRoot, using the following command: