ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/install.html
Revision: 1.24
Committed: Wed Feb 20 10:05:34 2002 UTC (23 years, 2 months ago) by sashby
Content type: text/html
Branch: MAIN
CVS Tags: V0_19_4_pre2, V0_19_4_pre1, V0_19_3
Changes since 1.23: +1 -0 lines
Log Message:
Updated documentation.

File Contents

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