diff INSTALL.txt @ 324:5e7e6d99f997

Make mapserver install location version independent * src/java/de/intevation/mxd/writer/MapScriptWriter.java, mxd/connections/SDE/sde_areas.txt, contrib/installer/bin/ms_6.1-dev/Readme.txt, contrib/installer/bin/MXD2map-Shell.bat, INSTALL.txt HowTo-Release.txt: Make mapserver install location version independent s/ms-6.1-dev/mapserver/g
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 15 Oct 2012 09:02:01 +0000
parents 6e5fce16b495
children 02d3c1665a46
line wrap: on
line diff
--- a/INSTALL.txt	Fri Oct 12 16:26:30 2012 +0200
+++ b/INSTALL.txt	Mon Oct 15 09:02:01 2012 +0000
@@ -53,12 +53,12 @@
 It is recommended to use the latest binary release version from http://www.gisinternals.com/sdk/
 as the MapServer for MXD2Map.
 
-1. Unzip the MapServer ZIP-file at ``c:\ms_6.1-dev``
+1. Unzip the MapServer ZIP-file at ``c:\mapserver``
 
 #. Modify the Apache configuration (e.g. ``c:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf``)
    by adding::
 
-    ScriptAlias /cgi-bin/ "C:/ms_6.1-dev/bin/"
+    ScriptAlias /cgi-bin/ "C:/mapserver/bin/"
 
     <Location "/cgi-bin">
         Options None
@@ -66,20 +66,20 @@
         Allow from all
     </Location>
 
-    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"
+    SetEnv PROJ_LIB "c:/mapserver/bin/proj/SHARE"
+    SetEnv PATH "c:/mapserver/bin"
+    SetEnv PATH "c:/mapserver/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"
+    SetEnv GDAL_DATA "c:/mapserver/bin/gdaldata"
 
     # set GDAL_DRIVER_PATH environment variable for gdal plugins
-    SetEnv GDAL_DRIVER_PATH "c:/ms_6.1-dev/bin/gdal/plugins"
+    SetEnv GDAL_DRIVER_PATH "c:/mapserver/bin/gdal/plugins"
 
 
-#. Copy mapserv.exe from ``c:\ms_6.1-dev\bin\ms\apps`` to ``c:\ms_6.1-dev\bin\``
+#. Copy mapserv.exe from ``c:\mapserver\bin\ms\apps`` to ``c:\mapserver\bin\``
 
-#. Optional: Add additional Libraries (DLL's) to ``c:\ms_6.1-dev\bin`` for Oracle, SDE etc.
+#. Optional: Add additional Libraries (DLL's) to ``c:\mapserver\bin`` for Oracle, SDE etc.
 
 Install the Converter
 ------------
@@ -103,7 +103,7 @@
 
 #. Remove the version numbers of the jar file names in lib, or adopt the build.xml accordingly!
 
-#. Copy mapscript.jar and mapscript.dll from your MapServer Installation (e.g. ``c:\ms_6.1-dev\bin\ms\java``) to ``c:\mxd2map\lib\``
+#. Copy mapscript.jar and mapscript.dll from your MapServer Installation (e.g. ``c:\mapserver\bin\ms\java``) to ``c:\mxd2map\lib\``
 
 #. Copy the converter.properties.sample file to ``c:\mxd2map\converter.properties`` and edit it
    according to your needs.
@@ -136,7 +136,7 @@
     rem Set the following Path variables according to your installation:
 
     set MXD2MAP_PATH=c:\mxd2map
-    set MAPSERVER_PATH=c:\ms_6.1-dev
+    set MAPSERVER_PATH=c:\mapserver
     set ARCGISSDK_PATH=c:\Program Files\ArcGIS\DeveloperKit10.0
     set ARCGISENGINE_PATH=c:\Program Files\ArcGIS\Engine10.0
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)