ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/versionsel.html
Revision: 1.1.2.2
Committed: Thu May 27 09:28:11 1999 UTC (25 years, 11 months ago) by williamc
Content type: text/html
Branch: V0_9branch
CVS Tags: V0_9_39, V0_9_38, V0_9_37, V0_9_36, V0_9_35, V0_9_34, V0_9_33, V0_9_32, V0_9_31, V0_9_30, V0_9_29, V0_9_28, V0_9_27, V0_9_26, V0_9_25, V0_9_24, V0_9_23, V0_9_22, V0_9_21, V0_9_20, V0_9_19, V0_9_18, V0_9_17, V0_9_16, V0_9_15, V0_9_14, V0_9_13, V0_9_12, V0_9_11
Changes since 1.1.2.1: +11 -10 lines
Log Message:
Tidy Up Page - add backround colour etc

File Contents

# User Rev Content
1 williamc 1.1.2.1 <! Style Sheet Header>
2     <html>
3     <head>
4 williamc 1.1.2.2 <title>Controllingg SCRAM Versions</title>
5     <body bgcolor="beige">
6 williamc 1.1.2.1 <! End Style Sheet Header -----------Insert Text Here --------------------->
7     <center>
8 williamc 1.1.2.2 <h1>Controlling SCRAM Versions</h1>
9     <font color=red>S</font>oftware <font color=red>C</font>onfiguration,
10     <font color=red>R</font>elease <font color=red>A</font>nd
11     <font color=red>M</font>anagement
12 williamc 1.1.2.1 </center>
13     <hr>
14     <h2>Checking the Current Version</h2>
15 williamc 1.1.2.2 The version of scram you are using can be found with the command<p>
16 williamc 1.1.2.1 <pre>
17 williamc 1.1.2.2 scram version
18 williamc 1.1.2.1 </pre>
19     <p>
20     <h2>Downloading Alternative SCRAM versions</h2>
21     Once a version of SCRAM has been installed, downloading of other SCRAM versions
22     becomes trivial with the <b>scram version</b> command.
23 williamc 1.1.2.2 <br>
24 williamc 1.1.2.1 If you supply a version number as an argument, SCRAM will check to see if the
25     specified version is already installed. If it isn't then it will attempt to
26     download the requested version automatically.
27     <p>
28     e.g.
29     <pre>
30     scram version V0_9_11
31     </pre>
32     <p>
33 williamc 1.1.2.2 <h2>Making a version the default</h2>
34 williamc 1.1.2.1 Running the <em>install_scram</em> script of a specific version
35     (see <a href=install.html>Installation Guide</a>)
36     will make that version the default.<p>
37 williamc 1.1.2.2 <h2>Overriding the default Version</h2>
38 williamc 1.1.2.1 The default version can be overridden at any time by setting the
39     <b>SCRAM_HOME</b> environmental variable to point to the top of the version
40     required. It must be the full path to the version.
41     <! Style Sheet Footer ---------------Do not change anything after this line-->
42     <hr>
43     <table border=1 width=100%>
44     <td align=left>
45     <a href=mailto:Christopher.Williams@cern.ch
46     >Chris Williams</a>
47     </td>
48     <td align=center>
49     <script language="JavaScript">
50     <!---//hide script from old browsers
51     document.write( "<br>Last updated "+ document.lastModified
52     );
53     //end hiding contents --->
54     </script>
55     </td>
56     <td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
57     </td>
58     </table>
59     </body> </html>
60     <! End Style Sheet Footer>