Mercurial > dive4elements > gnv-client
comparison doc/config-manual/model_of_transitions.tex @ 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 |
comparison
equal
deleted
inserted
replaced
916:a03d2006d7c6 | 917:8c813d136298 |
---|---|
614 | 614 |
615 Now the ArtifactServer can serv an additional FIS without any Products yet. | 615 Now the ArtifactServer can serv an additional FIS without any Products yet. |
616 | 616 |
617 To prevent needless Configuration-Work it is useful way to clone an Artifact | 617 To prevent needless Configuration-Work it is useful way to clone an Artifact |
618 which handle the same Kind of work as the new FIS. | 618 which handle the same Kind of work as the new FIS. |
619 | |
620 | |
621 \paragraph{Example} | |
622 Now we will configure an Artifact to the FIS justanewfis. | |
623 | |
624 For this we have to add the following XML-Fragment to the File conf/conf.xml | |
625 in Section /artifact-database/artifacts: | |
626 | |
627 \begin{lstlisting} | |
628 <artifact name='fis\_justanewfis'> | |
629 <products> | |
630 </products> | |
631 </artifact> | |
632 \end{lstlisting} | |
633 | |
634 Restart the Artifact-Database: | |
635 | |
636 /etc/init.d/artifactdb restart | |
637 | |
638 Now we should be able to choose the Artifact. | |
639 The Listbox with products will be empty. | |
640 //TODO: USE Screenshots the commandline is to complex? | |
619 | 641 |
620 \subsubsection{Adding removing Products to the specific Artifact} | 642 \subsubsection{Adding removing Products to the specific Artifact} |
621 Now it is Time to configure the different Products which the FIS should be able | 643 Now it is Time to configure the different Products which the FIS should be able |
622 to provide. | 644 to provide. |
623 To do this it is necessary to Copy the XML-Fragments of the products into the | 645 To do this it is necessary to Copy the XML-Fragments of the products into the |