ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/install.html
Revision: 1.15.2.55
Committed: Wed Mar 15 11:30:25 2000 UTC (25 years, 2 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_10_17, V0_10_16
Changes since 1.15.2.54: +1 -1 lines
Log Message:
version update

File Contents

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