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.7 by williamc, Fri Mar 26 18:51:47 1999 UTC vs.
Revision 1.9 by williamc, Mon Mar 29 16:26:04 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 + <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 -r <b>version</b> SCRAM</em>
57 < <br>Where version is one of:
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_3
62   </ol>
63 + Make sure you replace <b>version</b> twice in the above command!
64 + <p>
65 + This will check-out the SCRAM version you requested into a directory with
66 + the version name.
67 + <p>
68   <li><input type="checkbox">
69 < Set the Environment Variable <b>SCRAM_HOME</b> to point to the top the top of
70 < the file structure you have just checked out. You should add this to your shell resource file (e.g. .tcshrc .profile .shrc etc.)
69 > Goto the Installation directory of the version you have just checked out<p>
70 > e.g<br><em>cd <b>version</b>/Installation</em>
71 > <p>
72   <li><input type="checkbox">
73 < Set the Environment Variable <b>PERL5LIB</b> to point to SCRAM_HOME/src
74 < You should also add this to your shell resource file (e.g. .tcshrc .profile .shrc etc.)
75 < <br>
76 < e.g. <br>
77 < csh<br>
78 < setenv PERL5LIB ${SCRAM_HOME}/src:${PERL5LIB}
73 > Run the installation script (install_scram).<br>
74 > e.g.<br>
75 > <em>./install_scram</em><p>
76 > This will create a file wrapper script called "scram" in your top level
77 > directory.
78 > <p>
79 > <em>Experienced Users Note:
80 > The install_scram script will make the current version the default.</em>
81   <p>
82   <li><input type="checkbox">
83 < Ensure that scram can be executed by creating a link from a directory in your
84 < <b>PATH</b> to point to <b>$SCRAM_HOME/src/scram</b>.
83 > change back to your top level directory<br>
84 > e.g.<br><em>cd ../..</em>
85 > <p>
86 > You will see the new file in this directory. Ensure that your system can
87 > see it too by either:
88 > <ul>
89 > <li>Creating a link from an area in your path to the scram file in this
90 > directory
91 > <li>Extending your PATH environment variable to include your top level directory
92 > <li>Creating an alias to point to the scram file in this directory
93 > </ul>
94 > <br>
95   <li><input type="checkbox">
96   If you wish to use SCRAM directly through web page links you will
97   now need to configure your browser to use scram.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines