1 |
williamc |
1.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 |
williamc |
1.2 |
<h2>Changing Installation Defaults</h2>
|
26 |
|
|
At present there is no nice interface to change any settings once made. You
|
27 |
|
|
can however modify the values directly. Simply edit the "clientsettings" file
|
28 |
|
|
in the .SCRAM/<em>architecture_specific</em> directory from the top of the
|
29 |
|
|
project installation.
|
30 |
williamc |
1.1 |
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
31 |
|
|
<hr>
|
32 |
|
|
<table border=1 width=100%>
|
33 |
|
|
<td align=left>
|
34 |
|
|
<a href=mailto:Christopher.Williams@cern.ch
|
35 |
|
|
>Chris Williams</a>
|
36 |
|
|
</td>
|
37 |
|
|
<td align=center>
|
38 |
|
|
<script language="JavaScript">
|
39 |
|
|
<!---//hide script from old browsers
|
40 |
|
|
document.write( "<br>Last updated "+ document.lastModified
|
41 |
|
|
);
|
42 |
|
|
//end hiding contents --->
|
43 |
|
|
</script>
|
44 |
|
|
</td>
|
45 |
|
|
<td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
|
46 |
|
|
</td>
|
47 |
|
|
</table>
|
48 |
|
|
</body> </html>
|
49 |
|
|
<! End Style Sheet Footer>
|