# HG changeset patch # User Tim Englich # Date 1272973853 0 # Node ID 8c813d1362980f8ae79a428305658286abe0ea1e # Parent a03d2006d7c60817722b88c9c0db6ae5ac443798 Added Example for adding a Artifact for the FIS with no Products doc/trunk@1051 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r a03d2006d7c6 -r 8c813d136298 doc/ChangeLog --- 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 + + * 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 * config-manual/model_of_transitions.tex: diff -r a03d2006d7c6 -r 8c813d136298 doc/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} + + + + +\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.