InstallationSystemWiki: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 02:00, 1 January 1970

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>