InstallationSystemWiki/InstallationSystemIntro: Difference between revisions
Jump to navigation
Jump to search
imported>BurkhardLinke No edit summary |
imported>BurkhardLinke No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
= "Software" Documentation - | = "Software" Documentation - Installationsystem - Intro = | ||
The installation system is a set of perl scripts and modules that handles the installation of components that make up an application. It provides the necessary framework for setting up the components, configuring them to adopt to a system and to create the runtime environment needed by the application. These steps include: | The installation system is a set of perl scripts and modules that handles the installation of components that make up an application. It provides the necessary framework for setting up the components, configuring them to adopt to a system and to create the runtime environment needed by the application. These steps include: | ||
Line 8: | Line 8: | ||
* configuring settings of the components, e.g. pathes to certain binaries, access to a database server | * configuring settings of the components, e.g. pathes to certain binaries, access to a database server | ||
* making the component available to the runtime system | * making the component available to the runtime system | ||
See [[InstallationSystemWiki/InstallationSystemProduction]] and [[InstallationSystemWiki/InstallationSystemCVS]] for information how to use the system for production and development installations. | |||
[[InstallationSystemWiki//Components]] gives an overview of the available components, their dependencies and their configuration settings. | |||
Author: [http://www.cebitec.uni-bielefeld.de/~blinke Burkhard Linke] | Author: [http://www.cebitec.uni-bielefeld.de/~blinke Burkhard Linke] |
Revision as of 10:53, 1 December 2004
"Software" Documentation - Installationsystem - Intro
The installation system is a set of perl scripts and modules that handles the installation of components that make up an application. It provides the necessary framework for setting up the components, configuring them to adopt to a system and to create the runtime environment needed by the application. These steps include:
- extracting the components, e.g. from a tar ball
- checking dependencies like other components, perl modules etc.
- configuring settings of the components, e.g. pathes to certain binaries, access to a database server
- making the component available to the runtime system
See InstallationSystemWiki/InstallationSystemProduction and InstallationSystemWiki/InstallationSystemCVS for information how to use the system for production and development installations.
InstallationSystemWiki//Components gives an overview of the available components, their dependencies and their configuration settings.
Author: Burkhard Linke