Deploying with Genero Archive |
A Genero Archive MANIFEST file is a simple XML file providing the list of applications and services to make available. The MANIFEST file MUST be included in any Genero Archive file. You must create a MANIFEST file for each archive you create.
One DESCRIPTION element. The DESCRIPTION element provides a textual description of the archive. It displays when listing archives.
0, 1 or more APPLICATION elements. The APPLICATION element takes one mandatory attribute. The xcf attribute specifies the path to the application configuration file. The application configuration file must be in the archive. Include an APPLICATION element for each application in the archive.
0, 1 or more SERVICE elements. The SERVICE element takes one mandatory attribute. The xcf attribute specifies the path to the Web service configuration file. The Web service configuration file must be in the archive. Include a SERVICE element for each service in the archive.
<MANIFEST> <DESCRIPTION>my description</DESCRIPTION> <TRIGGERS component='comp_name'> <DEPLOY>deploy.sh</DEPLOY> <UNDEPLOY>undeploy.sh</UNDEPLOY> </TRIGGERS> <RESOURCES>res_dir</RESOURCES> <APPLICATION xcf='app.xcf' /> <SERVICE xcf='app.xcf' /> </MANIFEST>