1 |
williamc |
1.1 |
<! Style Sheet Header>
|
2 |
|
|
<html>
|
3 |
|
|
<head>
|
4 |
|
|
<title>install.html</title>
|
5 |
|
|
<body>
|
6 |
|
|
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
|
|
<h2>Using SCRAM through Netscape</h2>
|
8 |
|
|
<h3>Netscape navigator Checklist</h3>
|
9 |
|
|
<li>From the EDIT menu Select "Preferences" to open the preferences window
|
10 |
|
|
<li>Click on "Navigator" and select "Applications"
|
11 |
|
|
<li>Click on New and fill in the form
|
12 |
|
|
<li>Fill in the MIME-type box with <br>
|
13 |
williamc |
1.4 |
<font size=-1>
|
14 |
williamc |
1.1 |
application/scram_bootstrap
|
15 |
|
|
</font>
|
16 |
|
|
<li>Click on the Button Next to the Application box to select it.
|
17 |
williamc |
1.4 |
<li>Fill in the Application Box with : <p>
|
18 |
|
|
<font size=-1>
|
19 |
williamc |
1.3 |
xterm -e scram -re project -d <b>myinstall_area</b> file:%s
|
20 |
williamc |
1.1 |
</font>
|
21 |
|
|
<p>
|
22 |
williamc |
1.3 |
<em>Remember</em> to replace <b>myinstall_area</b> in the above line with the location
|
23 |
|
|
where you will want your downloaded projects to be.<br>
|
24 |
|
|
i.e. Where the src/binaries etc should go.<p>
|
25 |
|
|
Make sure that the directory you specified actually exists!
|
26 |
williamc |
1.1 |
<p>
|
27 |
|
|
<li>Click on OK
|
28 |
|
|
<li>Click on OK in the preferences box
|
29 |
|
|
</ol>
|
30 |
|
|
So now whenever you click on a project bootstrap file netscape will start SCRAM
|
31 |
|
|
for you automatically to install the project.
|
32 |
|
|
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
33 |
|
|
<hr>
|
34 |
|
|
<table border=1 width=100%>
|
35 |
|
|
<td align=left>
|
36 |
|
|
<a href=mailto:Christopher.Williams@cern.ch
|
37 |
|
|
>Chris Williams</a>
|
38 |
|
|
</td>
|
39 |
|
|
<td align=center>
|
40 |
|
|
<script language="JavaScript">
|
41 |
|
|
<!---//hide script from old browsers
|
42 |
|
|
document.write( "<br>Last updated "+ document.lastModified
|
43 |
|
|
);
|
44 |
|
|
//end hiding contents --->
|
45 |
|
|
</script>
|
46 |
|
|
</td>
|
47 |
|
|
<td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
|
48 |
|
|
</td>
|
49 |
|
|
</table>
|
50 |
|
|
</body> </html>
|
51 |
|
|
<! End Style Sheet Footer>
|