comparison doc/admin-manual/installation-base.tex @ 928:3b67f53ff57b

Adapted name of gnv-wrapper to clearify function doc/trunk@1065 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Hans Plum <hans.plum@intevation.de>
date Thu, 06 May 2010 08:17:35 +0000
parents 9d94bf77e442
children cbfe708b9a17
comparison
equal deleted inserted replaced
927:7c75d5f32ee6 928:3b67f53ff57b
308 Provide a possibility to integrate MapServer properly and transfer 308 Provide a possibility to integrate MapServer properly and transfer
309 configurations to MapServer during runtime: 309 configurations to MapServer during runtime:
310 310
311 \begin{lstlisting} 311 \begin{lstlisting}
312 cd /usr/lib/cgi-bin 312 cd /usr/lib/cgi-bin
313 cp -i $ARTIFACT_SERVER_HOME/install/debian/umn-mapserver/gnv-wrapper . 313 cp -i $ARTIFACT_SERVER_HOME/install/debian/umn-mapserver/gnv-wms .
314 \end{lstlisting} 314 \end{lstlisting}
315 315
316 For setting proper contact details in the WMS Capabilities response, 316 For setting proper contact details in the WMS Capabilities response,
317 edit the file \verb+ $ARTIFACT_SERVER_HOME/conf/maptemplates/mapfile.vm+ 317 edit the file \verb+ $ARTIFACT_SERVER_HOME/conf/maptemplates/mapfile.vm+
318 in the section WEB > METADATA. 318 in the section WEB $\rightarrow$ METADATA.
319 319
320 \subsubsection*{Test of installation} 320 \subsubsection*{Test of installation}
321 Check for a sucessful installation via: 321 Check for a sucessful installation via:
322 322
323 \begin{lstlisting} 323 \begin{lstlisting}
324 cd root 324 cd root
325 curl \ 325 curl \
326 "http://localhost/cgi-bin/gnv-wrapper?service=WMS&request=GetCapabilities&version=1.1.1" \ 326 "http://localhost/cgi-bin/gnv-wms?service=WMS&request=GetCapabilities&version=1.1.1" \
327 -o mapserver 327 -o mapserver
328 \end{lstlisting} 328 \end{lstlisting}
329 329
330 For a sucessful configuration, the response document \verb+ mapserver+ 330 For a sucessful configuration, the response document \verb+ mapserver+
331 contains a XML document describing the capabilities of the mapserver. 331 contains a XML document describing the capabilities of the mapserver.

http://dive4elements.wald.intevation.org