ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/install.html
Revision: 1.1
Committed: Mon Mar 22 16:00:31 1999 UTC (26 years, 1 month ago) by williamc
Content type: text/html
Branch: MAIN
Log Message:
Initial Documentation - minimal

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     :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 SCRAM -r <b>version</b></em>
45     <br>Where version is one of:
46     <ol>
47     <li>0_1
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     Ensure that scram can be executed by creating a link from a directory in your
54     <b>PATH</b> to point to <b>$SCRAM_HOME/src/scram</b>.
55     <li><input type="checkbox">
56     If you wish to use SCRAM directly through web page links you will
57     now need to configure your browser to use scram.
58     <ul>
59     <li><a href=netscape_install.html>Configuring Netscape to use SCRAM</a>
60     </ul>
61     </OL>
62     </FORM>
63     <! Style Sheet Footer ---------------Do not change anything after this line-->
64     <hr>
65     <table border=1 width=100%>
66     <td align=left>
67     <a href=mailto:Christopher.Williams@cern.ch
68     >Chris Williams</a>
69     </td>
70     <td align=center>
71     <script language="JavaScript">
72     <!---//hide script from old browsers
73     document.write( "<br>Last updated "+ document.lastModified
74     );
75     //end hiding contents --->
76     </script>
77     </td>
78     <td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
79     </td>
80     </table>
81     </body> </html>
82     <! End Style Sheet Footer>