Mercurial > mxd2map
comparison INSTALL.txt @ 140:0ebaec057f15
* INSTALL.txt: added a hint how to install the converter and its
requirements.
* doku/source/conf.py, doku/source/INSTALL.txt,
doku/source/index.txt,doku/source/restrictions.txt,
doku/source/index.rst,doku/source/restrictions.rst: renamed .rst to
.txt, linked INSTALL.txt from root into the docs.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Fri, 24 Jun 2011 10:29:44 +0200 |
parents | |
children | 91e2d46d7968 |
comparison
equal
deleted
inserted
replaced
139:2040463cb4f7 | 140:0ebaec057f15 |
---|---|
1 ------------ | |
2 Requirements | |
3 ------------ | |
4 | |
5 The current version of the converter only runs on Windows. This is because | |
6 the ArcObjects JDK API is not running properly on Linux though. | |
7 | |
8 To run the converter you need at least the following componentes: | |
9 | |
10 * Sun Java6 SDK to build, JRE to run | |
11 * ArcGIS Desktop10.x or ArcEngine10.x with a valid licence enabled | |
12 * UMN MapServer with Java MapScript-bindings (recent development-version) | |
13 * Apache Webserver for displaying the resulting Mapfiles | |
14 * Optional: MapServer compiled with ArcSDE-plugin | |
15 * Optional: GDAL/OGR compiled with ArcSDE-support | |
16 * Optional: GDAL/OGR compiled with FileGeodatabase-support | |
17 | |
18 | |
19 | |
20 ------------ | |
21 Installation | |
22 ------------ | |
23 | |
24 Compile the converter-sources | |
25 ----------------------------- | |
26 | |
27 To compile the sources you need to have a properly configured | |
28 ant-environmet available. ArcGIS SDK provides an ant-installation which | |
29 suffices:: | |
30 | |
31 ant jar | |
32 | |
33 Install Apache Webserver | |
34 ------------------------ | |
35 | |
36 Install Apache webserver by exedcuting the .msi-file and follow the | |
37 install-dialogs:: | |
38 | |
39 httpd-2.2.19-win32-x86-openssl-0.9.8r.msi | |
40 | |
41 Make sure that you install apache as a service so it will be available | |
42 directly after system bootup. | |
43 | |
44 | |
45 Install UMN MapServer | |
46 --------------------- | |
47 | |
48 The current documentation uses the Windows binary-builds from http://www.gisinternals.com/sdk/ | |
49 | |
50 1. Unzip the ZIP-file at c:/ms_6.1-dev | |
51 | |
52 #. Configure Apache Webserver to find the cgi-bin-folder:: | |
53 | |
54 ScriptAlias /cgi-bin/ "C:/ms_6.1-dev/bin/" | |
55 | |
56 <Location "/cgi-bin"> | |
57 Options None | |
58 Order allow,deny | |
59 Allow from all | |
60 </Location> | |
61 | |
62 #. Copy mapserv.exe from c:/ms_6.1-dev/bin/apps/ms to c:/ms_6.1-dev/bin/ | |
63 | |
64 Create run-environment | |
65 ---------------------- | |
66 | |
67 writeme | |
68 | |
69 | |
70 ----- | |
71 Usage | |
72 ----- | |
73 | |
74 writeme |