1 |
<! Style Sheet Header>
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>project.html</title>
|
5 |
<body>
|
6 |
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
<center>
|
8 |
<h1>Installing a Project Using SCRAM</h1>
|
9 |
</center>
|
10 |
<hr>
|
11 |
SCRAM aims to make installion of projects as painless a possible.
|
12 |
It is designed to be used
|
13 |
with a web browser so that you simply click on a link to start the installation
|
14 |
process.
|
15 |
<p>
|
16 |
You will be asked questions about your system as required by the project during
|
17 |
the installation. Some error and consistency checking is provided
|
18 |
(but is still in its infancy so dont expect anything too fancy).
|
19 |
<p>
|
20 |
Once through the installation process you can make the project available for
|
21 |
general use by using the <em>cvs install</em> command. This command will
|
22 |
update your local SCRAM database with the project details so that other
|
23 |
SCRAM user can simply refer to it by name.
|
24 |
<p>
|
25 |
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
26 |
<hr>
|
27 |
<table border=1 width=100%>
|
28 |
<td align=left>
|
29 |
<a href=mailto:Christopher.Williams@cern.ch
|
30 |
>Chris Williams</a>
|
31 |
</td>
|
32 |
<td align=center>
|
33 |
<script language="JavaScript">
|
34 |
<!---//hide script from old browsers
|
35 |
document.write( "<br>Last updated "+ document.lastModified
|
36 |
);
|
37 |
//end hiding contents --->
|
38 |
</script>
|
39 |
</td>
|
40 |
<td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
|
41 |
</td>
|
42 |
</table>
|
43 |
</body> </html>
|
44 |
<! End Style Sheet Footer>
|