1 |
<! Style Sheet Header>
|
2 |
<html>
|
3 |
<head>
|
4 |
<title>install.html</title>
|
5 |
<body>
|
6 |
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
<center><h1>Installing SCRAM</h1>
|
8 |
</center>
|
9 |
<hr>
|
10 |
<h2>Requirements</h2>
|
11 |
<em>Essential</em>
|
12 |
<ul>
|
13 |
<li><a href=http://language.perl.com/>Perl</a> version 5.004 or higher. Assumed
|
14 |
to be in /usr/local/bin/perl.
|
15 |
<li><a href=http://prep.ai.mit.edu/>gnu</a> make (gmake)
|
16 |
<li><a href=http://www.loria.fr/~molli/cvs-index.html>cvs</a>
|
17 |
</ul>
|
18 |
<hr>
|
19 |
<H2>SCRAM Installation CheckList - Using CVS</H2>
|
20 |
<FORM>
|
21 |
<OL>
|
22 |
<li>Click on the boxes next to the numbers as you proceed to ensure you don't
|
23 |
miss any steps.
|
24 |
<li><input type="checkbox">
|
25 |
Create a direcotry SCRAM in which you wish to keep your scram installation
|
26 |
<br>e.g.<br>
|
27 |
<em>mkdir SCRAM</em>
|
28 |
<p>
|
29 |
<li><input type="checkbox">Go into the directory you have just made <br>
|
30 |
e.g.<br><em>cd SCRAM</em>
|
31 |
<p>
|
32 |
<li><input type="checkbox">
|
33 |
Set the Environment variable CVSROOT variable to <em>
|
34 |
<p>
|
35 |
<center>
|
36 |
:pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM
|
37 |
</center>
|
38 |
</em>
|
39 |
<br>
|
40 |
e.g.<br>
|
41 |
<DL>
|
42 |
<DT>csh, tcsh
|
43 |
<DD><em>setenv CVSROOT :pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM</em>
|
44 |
</DL>
|
45 |
<DL>
|
46 |
<DT>Bourne Shell
|
47 |
<DD><em>set CVSROOT=:pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM; export CVSROOT</em>
|
48 |
</DL>
|
49 |
</DD>
|
50 |
<li><input type="checkbox">
|
51 |
Type <em>cvs login</em><br>
|
52 |
At the prompt enter the password <b>98passwd</b>
|
53 |
<p>
|
54 |
<li><input type="checkbox">
|
55 |
Check out the version of scram you require with the following command.
|
56 |
<p>
|
57 |
<em>cvs co -d <b>version</b> -r <b>version</b> SCRAM</em>
|
58 |
<p>
|
59 |
Where version is one of:
|
60 |
<ol>
|
61 |
<li>V0_5
|
62 |
</ol>
|
63 |
Make sure you replace <b>version</b> twice in the above command!
|
64 |
<p>
|
65 |
<li><input type="checkbox">
|
66 |
Goto the Installation directory of the version you have just checked out<p>
|
67 |
e.g<br><em>cd <b>version</b>/Installation</em>
|
68 |
<p>
|
69 |
<li><input type="checkbox">
|
70 |
Run the installation script (install_scram).<br>
|
71 |
e.g.<br>
|
72 |
<em>./install_scram</em><p>
|
73 |
This will create a file wrapper script called "scram" in your top level
|
74 |
directory.
|
75 |
<p>
|
76 |
<em>Experienced Users Note:
|
77 |
The install_scram script will make the current version the default.</em>
|
78 |
<p>
|
79 |
<li><input type="checkbox">
|
80 |
change back to your top level directory<br>
|
81 |
e.g.<br><em>cd ../..</em>
|
82 |
<p>
|
83 |
You will see the new file in this directory. Ensure that your system can
|
84 |
see it too by either:
|
85 |
<ul>
|
86 |
<li>Creating a link from an area in your path to the scram file in this
|
87 |
directory
|
88 |
<li>Extending your PATH environment variable to include your top level directory
|
89 |
<li>Creating an alias to point to the scram file in this directory
|
90 |
</ul>
|
91 |
<br>
|
92 |
<li><input type="checkbox">
|
93 |
If you wish to use SCRAM directly through web page links you will
|
94 |
now need to configure your browser to use scram.
|
95 |
<ul>
|
96 |
<li><a href=netscape_install.html>Configuring Netscape to use SCRAM</a>
|
97 |
</ul>
|
98 |
</OL>
|
99 |
</FORM>
|
100 |
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
101 |
<hr>
|
102 |
<table border=1 width=100%>
|
103 |
<td align=left>
|
104 |
<a href=mailto:Christopher.Williams@cern.ch
|
105 |
>Chris Williams</a>
|
106 |
</td>
|
107 |
<td align=center>
|
108 |
<script language="JavaScript">
|
109 |
<!---//hide script from old browsers
|
110 |
document.write( "<br>Last updated "+ document.lastModified
|
111 |
);
|
112 |
//end hiding contents --->
|
113 |
</script>
|
114 |
</td>
|
115 |
<td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
|
116 |
</td>
|
117 |
</table>
|
118 |
</body> </html>
|
119 |
<! End Style Sheet Footer>
|