# HG changeset patch # User Hans Plum # Date 1273133855 0 # Node ID 3b67f53ff57b3087228b092d3b441a0648be116f # Parent 7c75d5f32ee63a8623ce8bff0c49296451c45d38 Adapted name of gnv-wrapper to clearify function doc/trunk@1065 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 7c75d5f32ee6 -r 3b67f53ff57b doc/ChangeLog --- a/doc/ChangeLog Thu May 06 08:01:37 2010 +0000 +++ b/doc/ChangeLog Thu May 06 08:17:35 2010 +0000 @@ -1,3 +1,9 @@ +2010-05-06 Hans Plum + + * admin-manual/installation-artifact-server.tex, + admin-manual/installation-base.tex: + Renamed gnv-wrapper to gnv-wms to clearify function + 2010-05-06 Hans Plum * admin-manual/installation-admin-manual.txt: diff -r 7c75d5f32ee6 -r 3b67f53ff57b doc/admin-manual/installation-artifact-server.tex --- a/doc/admin-manual/installation-artifact-server.tex Thu May 06 08:01:37 2010 +0000 +++ b/doc/admin-manual/installation-artifact-server.tex Thu May 06 08:17:35 2010 +0000 @@ -57,7 +57,7 @@ # adapt the address in the element # artifact-database/gnv/mapserver/server. This is # the string the server uses to provide an address of the mapserver to enduser. - e.g. http://SERVER/cgi-bin/gnv-wrapper + e.g. http://SERVER/cgi-bin/gnv-wms \end{lstlisting} The artifact server can export and import projects of the user's diff -r 7c75d5f32ee6 -r 3b67f53ff57b doc/admin-manual/installation-base.tex --- a/doc/admin-manual/installation-base.tex Thu May 06 08:01:37 2010 +0000 +++ b/doc/admin-manual/installation-base.tex Thu May 06 08:17:35 2010 +0000 @@ -310,12 +310,12 @@ \begin{lstlisting} cd /usr/lib/cgi-bin -cp -i $ARTIFACT_SERVER_HOME/install/debian/umn-mapserver/gnv-wrapper . +cp -i $ARTIFACT_SERVER_HOME/install/debian/umn-mapserver/gnv-wms . \end{lstlisting} For setting proper contact details in the WMS Capabilities response, edit the file \verb+ $ARTIFACT_SERVER_HOME/conf/maptemplates/mapfile.vm+ -in the section WEB > METADATA. +in the section WEB $\rightarrow$ METADATA. \subsubsection*{Test of installation} Check for a sucessful installation via: @@ -323,7 +323,7 @@ \begin{lstlisting} cd root curl \ -"http://localhost/cgi-bin/gnv-wrapper?service=WMS&request=GetCapabilities&version=1.1.1" \ +"http://localhost/cgi-bin/gnv-wms?service=WMS&request=GetCapabilities&version=1.1.1" \ -o mapserver \end{lstlisting}