Revision: | 1.5 |
Committed: | Tue Mar 30 17:51:01 1999 UTC (26 years, 1 month ago) by williamc |
Content type: | text/html |
Branch: | MAIN |
CVS Tags: | V0_18_5, V0_18_4, V_18_3_TEST, V0_18_2, BuildSystemProto1, V0_18_1, V0_18_0, V0_18_0model, V0_17_1, V0_18_0alpha, V0_17_0, V0_16_4, V0_16_3, V0_16_2, V0_16_1, V0_16_0, V0_15_1, V0_15_0, ProtoEnd, V0_15_0beta, V0_14_0, V0_12_12_4, V0_12_12_3, V0_13_3, V0_13_2, V0_12_12_2, V0_12_12_1, V0_12_12_0, PlayGround_0, V0_13_1, V0_12_12, V0_13_0, V0_12_11, V0_12_9b, V0_12_10, V0_12_9, V0_12_8, V0_12_7, V0_12_6, V0_12_5, V0_12_4, V0_12_3, V0_12_2, V0_12_1, V0_12_0, V0_11_4, V0_11_3, V0_11_2, V0_11_1, V0_11_0, V0_10_19, V0_10_18, V0_10_17, V0_10_16, V0_10_15, V0_10_14, V0_10_13, V0_10_12, V0_10_11, V0_10_10, V0_10_9, V0_10_8, V0_10_7, V0_10_6, V0_10_5, V0_10_4, V0_10_3, V0_10_2, V0_10_1, V0_10_0, V0_10_0beta, V0_9_42, V0_9_41, V0_9_40, 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, V0_9_10, V0_9_9, V0_9_8, V0_9_7, V0_9_6, V0_9_5, V0_9_4, V0_9_3, V0_9_2, V0_9_1, V0_9, V0_8, V0_7, V0_6, V0_5 |
Branch point for: | V0_17branch, V0_16branch, V0_15branch, HPWbranch, V0_9branch |
Changes since 1.4: | +3 -0 lines |
Log Message: | netscape restart warning added |
# | Content |
---|---|
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 : <p> |
18 | <font size=-1> |
19 | xterm -e scram -re project -d <b>myinstall_area</b> file:%s |
20 | </font> |
21 | <p> |
22 | <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 | <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 | <p> |
33 | <em>Note: If you have just installed SCRAM, it may be necessary to restart |
34 | netscape in an environment where it can find the scram executable</em> |
35 | <! Style Sheet Footer ---------------Do not change anything after this line--> |
36 | <hr> |
37 | <table border=1 width=100%> |
38 | <td align=left> |
39 | <a href=mailto:Christopher.Williams@cern.ch |
40 | >Chris Williams</a> |
41 | </td> |
42 | <td align=center> |
43 | <script language="JavaScript"> |
44 | <!---//hide script from old browsers |
45 | document.write( "<br>Last updated "+ document.lastModified |
46 | ); |
47 | //end hiding contents ---> |
48 | </script> |
49 | </td> |
50 | <td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a> |
51 | </td> |
52 | </table> |
53 | </body> </html> |
54 | <! End Style Sheet Footer> |