Mercurial > mxd2map
comparison INSTALL.txt @ 182:91e2d46d7968
Added functionality, restrictions and how to build runtime enviroment
to documentation.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 18 Jul 2011 15:12:24 +0200 |
parents | 0ebaec057f15 |
children | 43f1cbdcd597 |
comparison
equal
deleted
inserted
replaced
181:0bde090506f9 | 182:91e2d46d7968 |
---|---|
28 ant-environmet available. ArcGIS SDK provides an ant-installation which | 28 ant-environmet available. ArcGIS SDK provides an ant-installation which |
29 suffices:: | 29 suffices:: |
30 | 30 |
31 ant jar | 31 ant jar |
32 | 32 |
33 or:: | |
34 | |
35 ant jar-norevision | |
36 | |
33 Install Apache Webserver | 37 Install Apache Webserver |
34 ------------------------ | 38 ------------------------ |
35 | 39 |
36 Install Apache webserver by exedcuting the .msi-file and follow the | 40 Install Apache webserver by exedcuting the .msi-file and follow the |
37 install-dialogs:: | 41 install-dialogs:: |
59 Allow from all | 63 Allow from all |
60 </Location> | 64 </Location> |
61 | 65 |
62 #. Copy mapserv.exe from c:/ms_6.1-dev/bin/apps/ms to c:/ms_6.1-dev/bin/ | 66 #. Copy mapserv.exe from c:/ms_6.1-dev/bin/apps/ms to c:/ms_6.1-dev/bin/ |
63 | 67 |
68 | |
64 Create run-environment | 69 Create run-environment |
65 ---------------------- | 70 ---------------------- |
66 | 71 |
67 writeme | 72 The current version of MXD2map needs a few steps to run properly. |
73 The following steps assume the runtime folder to be c:/mxd2map/. This path can | |
74 be changed. | |
68 | 75 |
76 1. Copy mxd2map.jar to c:/mxd2map/. | |
69 | 77 |
70 ----- | 78 #. Copy folder "conf" from repository to c:/mxd2map/ |
71 Usage | |
72 ----- | |
73 | 79 |
74 writeme | 80 #. Create folder c:/mxd2map/lib/ |
81 | |
82 #. Get log4j from http://logging.apache.org/log4j/1.2/download.html | |
83 | |
84 #. Get jargs http://jargs.sourceforge.net/ (Version 1.0) | |
85 | |
86 #. Build the libraries and copy the resulting jar-files to c:/mxd2map/lib/ | |
87 | |
88 #. Copy mapscript.jar and mapscript.dll to c:/mxd2map/lib/ | |
89 | |
90 #. Create a folder c:/mxd2map/logs/ | |
91 | |
92 #. Create or copy a converter.properties file to c:/mxd2map/ | |
93 |