ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/netscape_install.html
Revision: 1.2
Committed: Tue Mar 23 17:31:42 1999 UTC (26 years, 1 month ago) by williamc
Content type: text/html
Branch: MAIN
CVS Tags: V0_3, V0_2, V0_1
Changes since 1.1: +1 -1 lines
Log Message:
Add /b tag

File Contents

# User Rev Content
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     <font size=-1>
14     application/scram_bootstrap
15     </font>
16     <li>Click on the Button Next to the Application box to select it.
17     <li>Fill in the Application Box with : <br>
18     <font size=-1>
19     xterm -e scram project -d <b>myinstall_area<b> file:%s
20     </font>
21     <p>
22 williamc 1.2 <em>Remember</em> to replace <b>myinstall_area<\b> in the above line with the location
23 williamc 1.1 where you will want your downloaded projects to be. Make sure that the directoryyou specified actually exists!
24     <p>
25     <li>Click on OK
26     <li>Click on OK in the preferences box
27     </ol>
28     So now whenever you click on a project bootstrap file netscape will start SCRAM
29     for you automatically to install the project.
30     <! Style Sheet Footer ---------------Do not change anything after this line-->
31     <hr>
32     <table border=1 width=100%>
33     <td align=left>
34     <a href=mailto:Christopher.Williams@cern.ch
35     >Chris Williams</a>
36     </td>
37     <td align=center>
38     <script language="JavaScript">
39     <!---//hide script from old browsers
40     document.write( "<br>Last updated "+ document.lastModified
41     );
42     //end hiding contents --->
43     </script>
44     </td>
45     <td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
46     </td>
47     </table>
48     </body> </html>
49     <! End Style Sheet Footer>