Mercurial > mxd2map
diff 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 |
line wrap: on
line diff
--- a/INSTALL.txt Fri Aug 05 08:41:42 2011 +0200 +++ b/INSTALL.txt Fri Aug 05 09:18:53 2011 +0200 @@ -147,6 +147,18 @@ #. Copy mapserv.exe from ``c:/ms_6.1-dev/bin/apps/ms`` to ``c:/ms_6.1-dev/bin/`` +#. Add environment-variables to apache in order to have WMS-server available:: + + SetEnv PROJ_LIB "c:/ms_6.1-dev/bin/proj/SHARE" + SetEnv PATH "c:/ms_6.1-dev/bin" + SetEnv PATH "c:/ms_6.1-dev/bin/gdal/python/osgeo" + + # set GDAL_DATA environment variable to location of supporting gdal files + SetEnv GDAL_DATA "c:/ms_6.1-dev/bin/gdaldata" + + # set GDAL_DRIVER_PATH environment variable for gdal plugins + SetEnv GDAL_DRIVER_PATH "c:/ms_6.1-dev/bin/gdal/plugins" + Configure Logging -----------------