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 |
Click on the boxes as you proceed to ensure you dont miss any steps.
|
21 |
<FORM>
|
22 |
<OL>
|
23 |
<li><input type="checkbox">
|
24 |
Set the Environment variable CVSROOT variable to <em>
|
25 |
<p>
|
26 |
:pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM
|
27 |
</em>
|
28 |
<p>
|
29 |
e.g.<br>
|
30 |
<DL>
|
31 |
<DT>csh, tcsh
|
32 |
<DD><em>setenv CVSROOT :pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM</em>
|
33 |
</DL>
|
34 |
<DL>
|
35 |
<DT>Bourne Shell
|
36 |
<DD><em>set CVSROOT=:pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM; export CVSROOT</em>
|
37 |
</DL>
|
38 |
</DD>
|
39 |
<li><input type="checkbox">
|
40 |
<em>cvs login</em><br>
|
41 |
At the prompt enter the password <b>98passwd</b>
|
42 |
<li><input type="checkbox">
|
43 |
Goto the directory where you wish to install SCRAM and type
|
44 |
<em>cvs co -r <b>version</b> SCRAM</em>
|
45 |
<br>Where version is one of:
|
46 |
<ol>
|
47 |
<li>V0_3
|
48 |
</ol>
|
49 |
<li><input type="checkbox">
|
50 |
Set the Environment Variable <b>SCRAM_HOME</b> to point to the top the top of
|
51 |
the file structure you have just checked out. You should add this to your shell resource file (e.g. .tcshrc .profile .shrc etc.)
|
52 |
<li><input type="checkbox">
|
53 |
Set the Environment Variable <b>PERL5LIB</b> to point to SCRAM_HOME/src
|
54 |
You should also add this to your shell resource file (e.g. .tcshrc .profile .shrc etc.)
|
55 |
<br>
|
56 |
e.g. <br>
|
57 |
csh<br>
|
58 |
setenv PERL5LIB ${SCRAM_HOME}/src:${PERL5LIB}
|
59 |
<p>
|
60 |
<li><input type="checkbox">
|
61 |
Ensure that scram can be executed by creating a link from a directory in your
|
62 |
<b>PATH</b> to point to <b>$SCRAM_HOME/src/scram</b>.
|
63 |
<li><input type="checkbox">
|
64 |
If you wish to use SCRAM directly through web page links you will
|
65 |
now need to configure your browser to use scram.
|
66 |
<ul>
|
67 |
<li><a href=netscape_install.html>Configuring Netscape to use SCRAM</a>
|
68 |
</ul>
|
69 |
</OL>
|
70 |
</FORM>
|
71 |
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
72 |
<hr>
|
73 |
<table border=1 width=100%>
|
74 |
<td align=left>
|
75 |
<a href=mailto:Christopher.Williams@cern.ch
|
76 |
>Chris Williams</a>
|
77 |
</td>
|
78 |
<td align=center>
|
79 |
<script language="JavaScript">
|
80 |
<!---//hide script from old browsers
|
81 |
document.write( "<br>Last updated "+ document.lastModified
|
82 |
);
|
83 |
//end hiding contents --->
|
84 |
</script>
|
85 |
</td>
|
86 |
<td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
|
87 |
</td>
|
88 |
</table>
|
89 |
</body> </html>
|
90 |
<! End Style Sheet Footer>
|