ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/install.html
Revision: 1.15.2.10
Committed: Thu Jun 3 12:37:04 1999 UTC (25 years, 11 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_9_13
Changes since 1.15.2.9: +1 -1 lines
Log Message:
Update Version

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     <FORM>
21     <OL>
22 williamc 1.9 <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 williamc 1.1 <li><input type="checkbox">
33     Set the Environment variable CVSROOT variable to <em>
34     <p>
35 williamc 1.9 <center>
36 williamc 1.4 :pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM
37 williamc 1.9 </center>
38 williamc 1.1 </em>
39 williamc 1.9 <br>
40 williamc 1.1 e.g.<br>
41     <DL>
42     <DT>csh, tcsh
43 williamc 1.8 <DD><em>setenv CVSROOT :pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM</em>
44 williamc 1.1 </DL>
45     <DL>
46     <DT>Bourne Shell
47 williamc 1.8 <DD><em>set CVSROOT=:pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM; export CVSROOT</em>
48 williamc 1.1 </DL>
49     </DD>
50     <li><input type="checkbox">
51 williamc 1.9 Type <em>cvs login</em><br>
52 williamc 1.1 At the prompt enter the password <b>98passwd</b>
53 williamc 1.9 <p>
54 williamc 1.1 <li><input type="checkbox">
55 williamc 1.10 Check out the version of scram you require with the following command.
56 williamc 1.9 <p>
57     <em>cvs co -d <b>version</b> -r <b>version</b> SCRAM</em>
58     <p>
59     Where version is one of:
60 williamc 1.1 <ol>
61 williamc 1.15.2.9 <li>V0_9_11 (As used in ORCA up top version ORCA_2_0_1)
62 williamc 1.15.2.10 <li>V0_9_13
63 williamc 1.1 </ol>
64 williamc 1.9 Make sure you replace <b>version</b> twice in the above command!
65 williamc 1.15.2.8 <br> Note: Once a version of scram has been installed, installation of any
66     other version becomes trivial with the <b>scram version <em>Version</em></b>
67     command
68 williamc 1.9 <p>
69 williamc 1.1 <li><input type="checkbox">
70 williamc 1.9 Goto the Installation directory of the version you have just checked out<p>
71     e.g<br><em>cd <b>version</b>/Installation</em>
72     <p>
73 williamc 1.1 <li><input type="checkbox">
74 williamc 1.9 Run the installation script (install_scram).<br>
75     e.g.<br>
76     <em>./install_scram</em><p>
77     This will create a file wrapper script called "scram" in your top level
78     directory.
79     <p>
80     <em>Experienced Users Note:
81     The install_scram script will make the current version the default.</em>
82 williamc 1.2 <p>
83     <li><input type="checkbox">
84 williamc 1.9 change back to your top level directory<br>
85     e.g.<br><em>cd ../..</em>
86     <p>
87     You will see the new file in this directory. Ensure that your system can
88     see it too by either:
89     <ul>
90     <li>Creating a link from an area in your path to the scram file in this
91     directory
92     <li>Extending your PATH environment variable to include your top level directory
93     <li>Creating an alias to point to the scram file in this directory
94     </ul>
95     <br>
96 williamc 1.1 <li><input type="checkbox">
97     If you wish to use SCRAM directly through web page links you will
98     now need to configure your browser to use scram.
99     <ul>
100     <li><a href=netscape_install.html>Configuring Netscape to use SCRAM</a>
101     </ul>
102     </OL>
103     </FORM>
104     <! Style Sheet Footer ---------------Do not change anything after this line-->
105     <hr>
106     <table border=1 width=100%>
107     <td align=left>
108     <a href=mailto:Christopher.Williams@cern.ch
109     >Chris Williams</a>
110     </td>
111     <td align=center>
112     <script language="JavaScript">
113     <!---//hide script from old browsers
114     document.write( "<br>Last updated "+ document.lastModified
115     );
116     //end hiding contents --->
117     </script>
118     </td>
119     <td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
120     </td>
121     </table>
122     </body> </html>
123     <! End Style Sheet Footer>