InstallationSystemWiki

From BRF-Software
Revision as of 02:00, 1 January 1970 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>