source: CMT/v1r18p20041201/doc/intro.html @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 1.6 KB
Line 
1<!--
2//-----------------------------------------------------------
3// Copyright Christian Arnault LAL-Orsay CNRS
4// arnault@lal.in2p3.fr
5// See the complete license in cmt_license.txt "http://www.cecill.info".
6//-----------------------------------------------------------
7-->
8
9<center><h1><b>Introduction</b></h1></center>
10
11<hr> <br> 
12
13CMT is a <i>configuration management</i> environment, based on some
14management conventions and comprises several shell-based utilities. It
15is an attempt to formalize software production and especially
16configuration management around a <i>package</i>-oriented principle.
17
18<p>The notion of <i>packages</i> represents hereafter a set of
19software components (that may be applications, libraries, tools
20etc...) that are to be used for producing a <i>system</i> or a
21<i>framework</i>. In such an environment, several persons are assumed
22to participate in the development and the components themselves are
23either independent or related to each other.
24
25<p>The environment provides conventions (for <i>naming</i> packages,
26files, directories and for <i>addressing</i> them) and
27tools for <i>automating</i> as much as possible the
28implementation of these conventions. It permits to
29<i>describe</i> the configuration requirements and automatically
30deduce from the description the effective set of configuration
31parameters needed to operate the packages (typically for
32<i>building</i> them or <i>using</i> them).
33
34<p>CMT is provided as an Open-Source product (see the <a
35href="http://www.cecill.info/licences">licence agreement</a>)</p>
36
37<br>
38<hr>
39
Note: See TracBrowser for help on using the repository browser.