InstallationSystemWiki/InstallationSystemIntro

From BRF-Software
Revision as of 01:00, 1 January 1970 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

"Software" Documentation - Installation System - 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

Author: Burkhard Linke