Mercurial > dive4elements > gnv-client
changeset 917:8c813d136298
Added Example for adding a Artifact for the FIS with no Products
doc/trunk@1051 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 04 May 2010 11:50:53 +0000 |
parents | a03d2006d7c6 |
children | 8a63b0d53003 |
files | doc/ChangeLog doc/config-manual/model_of_transitions.tex |
diffstat | 2 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog Tue May 04 10:57:08 2010 +0000 +++ b/doc/ChangeLog Tue May 04 11:50:53 2010 +0000 @@ -1,3 +1,9 @@ +2010-05-04 Tim Englich <tim@intevation.de> + + * config-manual/model_of_transitions.tex: + Added Example for adding a new Artifact for the FIS with no + Products to the REST-Server. + 2010-05-04 Tim Englich <tim@intevation.de> * config-manual/model_of_transitions.tex:
--- a/doc/config-manual/model_of_transitions.tex Tue May 04 10:57:08 2010 +0000 +++ b/doc/config-manual/model_of_transitions.tex Tue May 04 11:50:53 2010 +0000 @@ -617,6 +617,28 @@ To prevent needless Configuration-Work it is useful way to clone an Artifact which handle the same Kind of work as the new FIS. + +\paragraph{Example} +Now we will configure an Artifact to the FIS justanewfis. + +For this we have to add the following XML-Fragment to the File conf/conf.xml +in Section /artifact-database/artifacts: + +\begin{lstlisting} +<artifact name='fis\_justanewfis'> + <products> + </products> +</artifact> +\end{lstlisting} + +Restart the Artifact-Database: + +/etc/init.d/artifactdb restart + +Now we should be able to choose the Artifact. +The Listbox with products will be empty. +//TODO: USE Screenshots the commandline is to complex? + \subsubsection{Adding removing Products to the specific Artifact} Now it is Time to configure the different Products which the FIS should be able to provide.