InstallationSystemWiki/InstallationSystemIntro: Difference between revisions
Jump to navigation
Jump to search
imported>BurkhardLinke No edit summary |
m (3 revisions) |
||
(One intermediate revision by one other user not shown) | |||
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] |
Latest revision as of 07:18, 26 October 2011
"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