InstallationSystemWiki

From BRF-Software
Revision as of 16:15, 12 November 2004 by imported>HeikoNeuweger
Jump to navigation Jump to search

The Installation System uses xml files that define the installation rules for one module (ProDB, GenDB, common) in the CVS repository.

  • modules.dtd defines the syntax of these xml files.
  • every module needs one xml-file located under <module name>/share/xml/bridge_install.xml

<?xml version="1.0" standalone="no"?> <DOCTYPE module SYSTEM "../share/modules.dtd"> <module name="gendb" version="2.2-rc1" description="Genome annotation component of BRIDGE" active="0"> ... </module>