Difference between revisions of "Configuration management"

From Conservapedia
Jump to navigation Jump to search
(New page: '''Configuration Management''', or CM, is the discipline of computing which focuses on controlling and keeping track of information and versions. There are three broad disciplines of conf...)
 
m (category tweak (manual of style))
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Configuration Management''', or CM, is the discipline of computing which focuses on controlling and keeping track of information and versions.
+
'''Configuration Management''', or CM, is the discipline of [[Computers|computing]] which focuses on controlling and keeping track of [[information]] and versions.
  
 
There are three broad disciplines of configuration management:
 
There are three broad disciplines of configuration management:
  
* Software Configuration Management involves control of the source code files used to generate software. This allows developers to retract changes that proved to be non-useful. Also, it allows the development of different versions of software. For instance, a company might develop a new game for both the PlayStation 3 and the XBox 360. Many files might be in common between the two, but others might be different. Software configuration management allows the developers to easily contribute to both.
+
* [[Software]] Configuration Management involves control of the source code [[file]]s used to generate software. This allows developers to retract changes that proved to be non-useful. Also, it allows the development of different versions of software. For instance, a company might develop a new game for both the PlayStation 3 and the [[Xbox 360]]. Many files might be in common between the two, but others might be different. Software configuration management allows the developers to easily contribute to both.
 
* Hardware Configuration Management involves tracking of physical computing resources and detailed descriptions of them.
 
* Hardware Configuration Management involves tracking of physical computing resources and detailed descriptions of them.
 
* Document Management involves tracking of versions of documents.  
 
* Document Management involves tracking of versions of documents.  
  
In all but the smallest projects, software tools are used for all three disciplines. There vary from something as simple as a spreadsheet listing of hardware projects, to high end, very expensive, commercial tools.
+
In all but the smallest projects, software tools are used for all three disciplines. There vary from something as simple as a spreadsheet listing of hardware projects, to high end, very expensive, [[commercial]] [[tools]].
 +
 
 +
[[Category:Information Technology]]

Latest revision as of 13:13, March 31, 2016

Configuration Management, or CM, is the discipline of computing which focuses on controlling and keeping track of information and versions.

There are three broad disciplines of configuration management:

  • Software Configuration Management involves control of the source code files used to generate software. This allows developers to retract changes that proved to be non-useful. Also, it allows the development of different versions of software. For instance, a company might develop a new game for both the PlayStation 3 and the Xbox 360. Many files might be in common between the two, but others might be different. Software configuration management allows the developers to easily contribute to both.
  • Hardware Configuration Management involves tracking of physical computing resources and detailed descriptions of them.
  • Document Management involves tracking of versions of documents.

In all but the smallest projects, software tools are used for all three disciplines. There vary from something as simple as a spreadsheet listing of hardware projects, to high end, very expensive, commercial tools.