[2] | 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 | -->
|
---|
[268] | 8 | <!-- phpmyvisites -->
|
---|
| 9 | <a href="http://www.phpmyvisites.net/" title="phpMyVisites | Open source web analytics"
|
---|
| 10 | onclick="window.open(this.href);return(false);">
|
---|
| 11 | <script type="text/javascript">
|
---|
| 12 | <!--
|
---|
| 13 | var a_vars = Array();
|
---|
| 14 | var pagename='';
|
---|
[2] | 15 |
|
---|
[268] | 16 | var phpmyvisitesSite = 1;
|
---|
| 17 | var phpmyvisitesURL = "http://www.cmtsite.org/phpmv2/phpmyvisites.php";
|
---|
| 18 | //-->
|
---|
| 19 | </script>
|
---|
| 20 | <script language=javascript src="http://www.cmtsite.org/phpmv2/phpmyvisites.js"
|
---|
| 21 | type="text/javascript"></script>
|
---|
| 22 | <noscript>
|
---|
| 23 | <p>phpMyVisites | Open source web analytics
|
---|
| 24 | <img src="http://www.cmtsite.org/phpmv2/phpmyvisites.php" alt="phpMyVisites" style="border:0" />
|
---|
| 25 | </p>
|
---|
| 26 | </noscript>
|
---|
| 27 | </a>
|
---|
| 28 | <!-- /phpmyvisites -->
|
---|
[2] | 29 | <center><h1><b>Introduction</b></h1></center>
|
---|
| 30 |
|
---|
| 31 | <hr> <br>
|
---|
| 32 |
|
---|
| 33 | CMT is a <i>configuration management</i> environment, based on some
|
---|
| 34 | management conventions and comprises several shell-based utilities. It
|
---|
| 35 | is an attempt to formalize software production and especially
|
---|
| 36 | configuration management around a <i>package</i>-oriented principle.
|
---|
| 37 |
|
---|
| 38 | <p>The notion of <i>packages</i> represents hereafter a set of
|
---|
| 39 | software components (that may be applications, libraries, tools
|
---|
| 40 | etc...) that are to be used for producing a <i>system</i> or a
|
---|
| 41 | <i>framework</i>. In such an environment, several persons are assumed
|
---|
| 42 | to participate in the development and the components themselves are
|
---|
| 43 | either independent or related to each other.
|
---|
| 44 |
|
---|
| 45 | <p>The environment provides conventions (for <i>naming</i> packages,
|
---|
| 46 | files, directories and for <i>addressing</i> them) and
|
---|
| 47 | tools for <i>automating</i> as much as possible the
|
---|
| 48 | implementation of these conventions. It permits to
|
---|
| 49 | <i>describe</i> the configuration requirements and automatically
|
---|
| 50 | deduce from the description the effective set of configuration
|
---|
| 51 | parameters needed to operate the packages (typically for
|
---|
| 52 | <i>building</i> them or <i>using</i> them).
|
---|
| 53 |
|
---|
| 54 | <p>CMT is provided as an Open-Source product (see the <a
|
---|
[76] | 55 | href="http://www.cecill.info/licences/Licence_CeCILL_V2-en.html">licence agreement</a>)</p>
|
---|
[2] | 56 |
|
---|
| 57 | <br>
|
---|
| 58 | <hr>
|
---|
| 59 |
|
---|