1 |
<! Style Sheet Header>
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>scramintro.html</title>
|
5 |
<body bgcolor=beige>
|
6 |
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
<center>
|
8 |
<H1>SCRAM</H1>
|
9 |
<font color=red>S</font>oftware <font color=red>C</font>onfiguration,
|
10 |
<font color=red>R</font>elease <font color=red>A</font>nd
|
11 |
<font color=red>M</font>anagement
|
12 |
</center>
|
13 |
<hr>
|
14 |
<h2>What is SCRAM?</h2>
|
15 |
SCRAM is a tool to support large scale distributed software development.
|
16 |
At its core it is a Software Environment Manager. Having a well defined
|
17 |
environment enables many useful features :
|
18 |
<p>
|
19 |
<ul>
|
20 |
<li>Project installation with a click on a web page
|
21 |
<li>Control of Build Environment, including dependency tracking
|
22 |
<li>Fully configurable build operations, including default operations.
|
23 |
<li>Abstraction of logical build elements from the implementation details
|
24 |
<li>Reuse of configuration management elements between projects.
|
25 |
<li>Configuration specifications with SGML documents.
|
26 |
</ul>
|
27 |
<p>
|
28 |
<img src=../images/scram.jpg>
|
29 |
<p>
|
30 |
If you have any ideas
|
31 |
that you think will make this project better then dont hesitate to tell me
|
32 |
(email me at the address given below).
|
33 |
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
34 |
<hr>
|
35 |
<table border=1 width=100%>
|
36 |
<td align=left>
|
37 |
<a href=mailto:Christopher.Williams@cern.ch
|
38 |
>Chris Williams</a>
|
39 |
</td>
|
40 |
<td align=center>
|
41 |
<script language="JavaScript">
|
42 |
<!---//hide script from old browsers
|
43 |
document.write( "<br>Last updated "+ document.lastModified
|
44 |
);
|
45 |
//end hiding contents --->
|
46 |
</script>
|
47 |
</td>
|
48 |
<td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
|
49 |
</td>
|
50 |
</table>
|
51 |
</body> </html>
|
52 |
<! End Style Sheet Footer>
|