ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/install.html
Revision: 1.4
Committed: Wed Mar 24 17:08:23 1999 UTC (26 years, 1 month ago) by williamc
Content type: text/html
Branch: MAIN
Changes since 1.3: +2 -1 lines
Log Message:
Update incorrect cvsroot

File Contents

# User Rev Content
1 williamc 1.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 williamc 1.4 :pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM
27 williamc 1.1 </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 SCRAM -r <b>version</b></em>
45     <br>Where version is one of:
46     <ol>
47 williamc 1.3 <li>V0_1
48 williamc 1.4 <li>V0_2
49 williamc 1.1 </ol>
50     <li><input type="checkbox">
51     Set the Environment Variable <b>SCRAM_HOME</b> to point to the top the top of
52     the file structure you have just checked out. You should add this to your shell resource file (e.g. .tcshrc .profile .shrc etc.)
53     <li><input type="checkbox">
54 williamc 1.2 Set the Environment Variable <b>PERL5LIB</b> to point to SCRAM_HOME/src
55     You should also add this to your shell resource file (e.g. .tcshrc .profile .shrc etc.)
56     <br>
57     e.g. <br>
58     csh<br>
59     setenv PERL5LIB ${SCRAM_HOME}:${PERL5LIB}
60     <p>
61     <li><input type="checkbox">
62 williamc 1.1 Ensure that scram can be executed by creating a link from a directory in your
63     <b>PATH</b> to point to <b>$SCRAM_HOME/src/scram</b>.
64     <li><input type="checkbox">
65     If you wish to use SCRAM directly through web page links you will
66     now need to configure your browser to use scram.
67     <ul>
68     <li><a href=netscape_install.html>Configuring Netscape to use SCRAM</a>
69     </ul>
70     </OL>
71     </FORM>
72     <! Style Sheet Footer ---------------Do not change anything after this line-->
73     <hr>
74     <table border=1 width=100%>
75     <td align=left>
76     <a href=mailto:Christopher.Williams@cern.ch
77     >Chris Williams</a>
78     </td>
79     <td align=center>
80     <script language="JavaScript">
81     <!---//hide script from old browsers
82     document.write( "<br>Last updated "+ document.lastModified
83     );
84     //end hiding contents --->
85     </script>
86     </td>
87     <td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
88     </td>
89     </table>
90     </body> </html>
91     <! End Style Sheet Footer>