ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/Releases.html
Revision: 1.1
Committed: Wed May 15 16:40:21 2002 UTC (23 years ago) by sashby
Content type: text/html
Branch: MAIN
Log Message:
Updated documentation.

File Contents

# User Rev Content
1 sashby 1.1 <! Style Sheet Header>
2     <html>
3     <head>
4     <title>DownLoadable Releases.html</title>
5     <!-- Changed by: Stephan Wynhoff, 4-Feb-2001 -->
6     <!-- Changed by: Shaun Ashby, 15-Jun-2001 -->
7     <!-- Changed by: Stephan Wynhoff, 8-Aug-2001 -->
8     <!-- Changed by: Hans-Peter Wellisch, 10-Aug-2001 -->
9     <!-- Changed by: Stephan Wynhoff, 23-Apr-2002 -->
10     <!-- Updated the project menus. -->
11     <!-- -->
12    
13     <! Some Java script for the menus>
14     <SCRIPT LANGUAGE = "JavaScript">
15     var lst = 0;
16     var reqdoc1stop = 0;
17    
18     function SubmitRoutine() {
19     menuNum = document.download.version.selectedIndex;
20     if (menuNum == null) menuNum=0;
21    
22     if (menuNum <= reqdoc1stop ) {
23     document.download.action="/cgi-cmc/configinfo";
24    
25     }
26     else {
27     document.download.action="/cgi-cmc/reqdoctohtml";
28     }
29     document.download.submit();
30     }
31    
32     function changeMenu()
33     {
34     menuNum = document.download.project.selectedIndex;
35     if (menuNum == null) menuNum=0;
36    
37    
38     if (menuNum == 0)
39     {
40     opt = new Array;
41     opt[0] = new Option("---------------");
42     }
43    
44     if (menuNum == 1)
45     {
46     opt = new Array;
47     opt.push(new Option("ORCA_6_0_2"));
48     opt.push(new Option("ORCA_5_4_3"));
49     opt.push(new Option("ORCA_5_3_4"));
50     opt.push(new Option("ORCA_4_5_4"));
51     reqdoc1stop = -1;
52     }
53    
54     if (menuNum == 2)
55     {
56     opt = new Array;
57     opt[0] = new Option("V2_0_0");
58     opt[1] = new Option("V2_1_2");
59     opt.push(new Option("V2_4_0"));
60     opt.push(new Option("IGUANA_2_4_5"));
61     opt.push(new Option("IGUANA_2_4_6"));
62     opt.push(new Option("IGUANA_2_5_0"));
63     opt.push(new Option("IGUANA_2_5_3"));
64     opt.push(new Option("IGUANA_2_7_1"));
65     reqdoc1stop = 1 ;
66     }
67    
68     if (menuNum == 3)
69     {
70     opt = new Array;
71     opt[0] = new Option("V_1_1_0");
72     opt[1] = new Option("V_1_1_1 ");
73     opt[2] = new Option("V_1_1_2_pre01");
74     reqdoc1stop = 2;
75     opt.push(new Option("V_1_1_2_pre02"));
76     opt.push(new Option("V_1_1_2_pre03"));
77     opt.push(new Option("V_1_1_2"));
78     opt.push(new Option("V_1_1_3"));
79     opt.push(new Option("OSCAR_1_2_1"));
80     opt.push(new Option("OSCAR_1_3_1"));
81     }
82    
83     if (menuNum == 4)
84     {
85     opt = new Array;
86     opt[0] = new Option("DEPUTY_2_2_1");
87     reqdoc1stop = 0;
88     }
89    
90     if (menuNum == 5)
91     {
92     opt = new Array;
93     opt[0] = new Option("FAMOS_0_2_1");
94     opt.push(new Option("FAMOS_0_3_0"));
95     opt.push(new Option("FAMOS_0_4_0"));
96     opt.push(new Option("FAMOS_0_5_0"));
97     reqdoc1stop = -1;
98     }
99    
100     if (menuNum == 6)
101     {
102     opt = new Array;
103     opt.push(new Option("COBRA_6_0_3"));
104     opt.push(new Option("COBRA_5_3_9"));
105     opt.push(new Option("COBRA_5_3_8"));
106     opt.push(new Option("COBRA_5_3_6"));
107     opt.push(new Option("COBRA_5_3_3"));
108     opt.push(new Option("COBRA_5_3_2"));
109     opt.push(new Option("COBRA_5_2_2"));
110     opt.push(new Option("COBRA_5_1_0"));
111     opt.push(new Option("COBRA_5_0_0"));
112     opt.push(new Option("COBRA_0_99_1"));
113     reqdoc1stop = -1;
114     }
115    
116     for (i = lst; i > 0; i--)
117     { document.download.version.options[i] = null; }
118     for (i = 0; i < opt.length; i++)
119     { document.download.version.options[i] = opt[i];
120     }
121     document.download.version.options[0].selected = true;
122     lst = opt.length;
123     }
124    
125    
126     </SCRIPT>
127     <! End Style Sheet Header -----------Insert Text Here --------------------->
128     <body bgcolor="beige">
129     <center>
130     <h1>
131     SCRAM managed projects - DownLoad Page
132     </h1>
133     </center>
134     <hr>
135     This page allows you to create your local central installation of a project release. Simply
136     follow the instructions below and SCRAM will attempt to configure the project
137     to your local environment. Where it gets stuck it will ask for your help.
138     <ol>
139     <li>If its not already available install
140     <a href=http://cmsdoc.cern.ch/cgi-cmc/scrampage>SCRAM</a>
141     <li><a href=/Releases/SCRAM/current/doc/html/netscape_install.html>
142     Configure your Browser</a> to use SCRAM
143     <li>Select the correct <a href=http://cmsdoc.cern.ch/Releases/SCRAM/current/doc/html/versionsel.html>SCRAM version</a> required for the project version you
144     wish to download (Use the SCRAM_HOME variable). Ensure that this is the one your netscape will use. ( Only after the project is installed can scram pick the
145     correct version automatically - this will change in future SCRAM releases )
146     <li>Select Your Project and version required
147     <center>
148     <TABLE BORDER = 0 BGCOLOR = "#F8000A" CELLPADDING=3 CELLSPACING=0 name="downloadtable">
149     <FORM name="download" action="/cgi-cmc/configinfo">
150     <font size=-2>
151     <th align=left>Project</th><th align=left>Version </th>
152     </font>
153     <tr><td>
154     <SELECT name="project" onChange="changeMenu()">
155     <OPTION>Select Project
156     <OPTION value="ORCA">ORCA
157     <OPTION value="IGUANA">IGUANA
158     <OPTION value="OSCAR">OSCAR</OPTION>
159     <OPTION value="DEPUTY">DEPUTY</OPTION>
160     <OPTION value="FAMOS">FAMOS</OPTION>
161     <OPTION value="COBRA">COBRA</OPTION>
162     </SELECT>
163     </td><td>
164     <SELECT name=version>
165     <OPTION>Select a Version ----------
166     </SELECT>
167     </td><td>
168    
169     <input type="button" value="Select Project" onClick="SubmitRoutine()">
170     </td></tr>
171     </table>
172     </FORM>
173     </center>
174     <li>Answer any questions SCRAM asks you
175     <li>So now you have your own project area configured to your local environment
176     You may now need to build it by going into the src directory and typing
177     <em>scram build</em>
178     </ol>
179     <! Style Sheet Footer ---------------Do not change anything after this line-->
180     <hr>
181     <table border=1 width=100%>
182     <td align=left>
183    
184     </td>
185     <td align=center>
186     <script language="JavaScript">
187     <!---//hide script from old browsers
188     document.write( "<br>Last updated "+ document.lastModified
189     );
190     //end hiding contents --->
191     </script>
192     </td>
193     <td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
194     </td>
195     </table>
196     </body> </html>
197     <! End Style Sheet Footer>