Software Deployment Article Index for
Software
Website Links For
Software
 

Information About

Software Deployment




Software deployment is all of the activities that make a Software System available for use.

The general deployment process consists of several interrelated activities with possible Transitions between them. These activities can occur at the Producer site or at the Consumer site or both. Because every software is unique, the precise Processes or Procedures within each activity can hardly be defined. Therefore, "deployment" should be interpreted as a ''general process'' that has to be customized according to specific requirements or characteristics. A brief description of each activity will be presented later.


RELEASE

The Release activity is the Interface of the deployment process with the Development process. It includes all the operations to prepare a system for Assembly and transfer to the customer site. Therefore, it must determine the Resources required to operate at the customer site and collect information for carrying out subsequent activities of deployment process.


INSTALL

The Installation is the initial Insertion of software into a customer site. Currently, this activity is best supported by specialized Tools . The two sub-activities are transfer and configure. The former is to move the product from the producer site to the customer site, while the latter one refers to all the Configuration operations that make the system ready for customer uses.


ACTIVATE

Activation is the activity of starting up the Executable component of software. For simple system, it involves establishing some form of Command for execution. For complex system, it should make all the supporting systems ready to use.


DEACTIVATE

Deactivation is the Inverse of activation. It is to shut down every executing Component for an installed system.


UPDATE

Updating is a process of installing a new Version of a system / software. It can be considered as a less complex installation process since many of the needed resource have already been inserted during the installation. So, same to installation, it includes 2 sub-activities of transfer and configure.


ADAPT

The Adaptation activity is also a process to modify a software system that has been previously installed. It differs from updating in that adaptations are initialed by local Events such as changing the Environment of customer site, while updating is mostly started from remote software producer.


UNINSTALL

Uninstallation is the inverse of installation. It is a remove of a system that is no longer required. It also involves some reconfiguration of other software systems in order to remove the uninstalled system’ Files and Dependencies . This is not to be confused with the term "deinstall" which is not actually a word.


RETIRE

Ultimately, a software system is marked as Obsolete and Support by the producers is withdrawn. It is the end of the Life Cycle Of A Software Product .

''See also:'' System Deployment