InstallationSystemWiki: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
imported>HeikoNeuweger
No edit summary
imported>BurkhardLinke
(rewrote intro and added links to subpages)
Line 1: Line 1:
__NOTOC__
__NOTOC__
The Installation System uses xml files that define the installation  
Software developed at the [[CeBiTec]] use a special installation system for installing, configuring and maintaining components. It can be used for both installing a production version of e.g. GenDB and also for working with CVS based development versions. [[InstallationSystemIntro]] gives a short overview about the installation system itself and the way it installs components. See [[InstallationSystemLayout]] for information about files inside the installation system and [[InstallationSystemHacking]] for a short tutorial on creating a component.
rules for one module (ProDB, GenDB, common) in the CVS repository.


* modules.dtd defines the syntax of these xml files.
The following pages gives an introduction how to use the installation system for installing components:
* every module needs one xml-file located under <module name>/share/xml/bridge_install.xml


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

Revision as of 19:39, 30 November 2004

Software developed at the CeBiTec use a special installation system for installing, configuring and maintaining components. It can be used for both installing a production version of e.g. GenDB and also for working with CVS based development versions. InstallationSystemIntro gives a short overview about the installation system itself and the way it installs components. See InstallationSystemLayout for information about files inside the installation system and InstallationSystemHacking for a short tutorial on creating a component.

The following pages gives an introduction how to use the installation system for installing components: