ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/install.html
(Generate patch)

Comparing COMP/SCRAM/doc/html/install.html (file contents):
Revision 1.3 by williamc, Tue Mar 23 17:26:23 1999 UTC vs.
Revision 1.13 by williamc, Tue Apr 6 08:18:32 1999 UTC

# Line 17 | Line 17
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.
20   <FORM>
21   <OL>
22 + <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   <li><input type="checkbox">
33   Set the Environment variable CVSROOT variable to <em>
34   <p>
35 < :pserver:anonymous@cmscvs.cern.ch/cvs_server/repositories/SCRAM
35 > <center>
36 > :pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM
37 > </center>
38   </em>
39 < <p>
39 > <br>
40   e.g.<br>
41   <DL>
42   <DT>csh, tcsh
43 < <DD><em>setenv CVSROOT :pserver:anonymous@cmscvs.cern.ch/cvs_server/repositories/SCRAM</em>
43 > <DD><em>setenv CVSROOT :pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM</em>
44   </DL>
45   <DL>
46   <DT>Bourne Shell
47 < <DD><em>set CVSROOT=:pserver:anonymous@cmscvs.cern.ch/cvs_server/repositories/SCRAM; export CVSROOT</em>
47 > <DD><em>set CVSROOT=:pserver:anonymous@cmscvs.cern.ch:/cvs_server/repositories/SCRAM; export CVSROOT</em>
48   </DL>
49   </DD>
50   <li><input type="checkbox">
51 < <em>cvs login</em><br>
51 > Type <em>cvs login</em><br>
52   At the prompt enter the password <b>98passwd</b>
53 + <p>
54   <li><input type="checkbox">
55 < Goto the directory where you wish to install SCRAM and type
56 < <em>cvs co SCRAM -r <b>version</b></em>
57 < <br>Where version is one of:
55 > Check out the version of scram you require with the following command.
56 > <p>
57 > <em>cvs co -d <b>version</b> -r <b>version</b> SCRAM</em>
58 > <p>
59 > Where version is one of:
60   <ol>
61 < <li>V0_1
61 > <li>V0_7
62   </ol>
63 + Make sure you replace <b>version</b> twice in the above command!
64 + <p>
65   <li><input type="checkbox">
66 < Set the Environment Variable <b>SCRAM_HOME</b> to point to the top the top of
67 < the file structure you have just checked out. You should add this to your shell resource file (e.g. .tcshrc .profile .shrc etc.)
66 > Goto the Installation directory of the version you have just checked out<p>
67 > e.g<br><em>cd <b>version</b>/Installation</em>
68 > <p>
69   <li><input type="checkbox">
70 < Set the Environment Variable <b>PERL5LIB</b> to point to SCRAM_HOME/src
71 < You should also add this to your shell resource file (e.g. .tcshrc .profile .shrc etc.)
72 < <br>
73 < e.g. <br>
74 < csh<br>
75 < setenv PERL5LIB ${SCRAM_HOME}:${PERL5LIB}
70 > Run the installation script (install_scram).<br>
71 > e.g.<br>
72 > <em>./install_scram</em><p>
73 > This will create a file wrapper script called "scram" in your top level
74 > directory.
75 > <p>
76 > <em>Experienced Users Note:
77 > The install_scram script will make the current version the default.</em>
78   <p>
79   <li><input type="checkbox">
80 < Ensure that scram can be executed by creating a link from a directory in your
81 < <b>PATH</b> to point to <b>$SCRAM_HOME/src/scram</b>.
80 > change back to your top level directory<br>
81 > e.g.<br><em>cd ../..</em>
82 > <p>
83 > You will see the new file in this directory. Ensure that your system can
84 > see it too by either:
85 > <ul>
86 > <li>Creating a link from an area in your path to the scram file in this
87 > directory
88 > <li>Extending your PATH environment variable to include your top level directory
89 > <li>Creating an alias to point to the scram file in this directory
90 > </ul>
91 > <br>
92   <li><input type="checkbox">
93   If you wish to use SCRAM directly through web page links you will
94   now need to configure your browser to use scram.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines