comparison INSTALL.txt @ 235:00a39e8b6eed

* INSTALL.txt: Added a paragraph to make the env-vars available in Apache * doku/source/_templates/layout.html: defining a custom footer with the version-string included * doku/source/conf.py: adopt versionstring and copyright * doku/source/functionality.txt: formating-cosmetics, correct icon
author Stephan Holl <stephan.holl@intevation.de>
date Fri, 05 Aug 2011 09:18:53 +0200
parents 64cd6a115372
children e6e5eaf431ac
comparison
equal deleted inserted replaced
234:d20477c1a7f8 235:00a39e8b6eed
145 Allow from all 145 Allow from all
146 </Location> 146 </Location>
147 147
148 #. Copy mapserv.exe from ``c:/ms_6.1-dev/bin/apps/ms`` to ``c:/ms_6.1-dev/bin/`` 148 #. Copy mapserv.exe from ``c:/ms_6.1-dev/bin/apps/ms`` to ``c:/ms_6.1-dev/bin/``
149 149
150 #. Add environment-variables to apache in order to have WMS-server available::
151
152 SetEnv PROJ_LIB "c:/ms_6.1-dev/bin/proj/SHARE"
153 SetEnv PATH "c:/ms_6.1-dev/bin"
154 SetEnv PATH "c:/ms_6.1-dev/bin/gdal/python/osgeo"
155
156 # set GDAL_DATA environment variable to location of supporting gdal files
157 SetEnv GDAL_DATA "c:/ms_6.1-dev/bin/gdaldata"
158
159 # set GDAL_DRIVER_PATH environment variable for gdal plugins
160 SetEnv GDAL_DRIVER_PATH "c:/ms_6.1-dev/bin/gdal/plugins"
161
150 162
151 Configure Logging 163 Configure Logging
152 ----------------- 164 -----------------
153 165
154 Logging is supported on different levels. MXD2map logs with Javas Log4J. A 166 Logging is supported on different levels. MXD2map logs with Javas Log4J. A
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)