Revision: | 1.2.2.1 |
Committed: | Fri Apr 30 10:07:40 1999 UTC (26 years ago) by williamc |
Content type: | text/html |
Branch: | V0_9branch |
CVS Tags: | 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 |
Changes since 1.2: | +8 -2 lines |
Log Message: | Add setup command instructions |
# | Content |
---|---|
1 | <! Style Sheet Header> |
2 | <html> |
3 | <head> |
4 | <title>project.html</title> |
5 | <body> |
6 | <! End Style Sheet Header -----------Insert Text Here ---------------------> |
7 | <center> |
8 | <h1>Installing a Project Using SCRAM</h1> |
9 | </center> |
10 | <hr> |
11 | SCRAM aims to make installion of projects as painless a possible. |
12 | It is designed to be used |
13 | with a web browser so that you simply click on a link to start the installation |
14 | process. |
15 | <p> |
16 | You will be asked questions about your system as required by the project during |
17 | the installation. Some error and consistency checking is provided |
18 | (but is still in its infancy so dont expect anything too fancy). |
19 | You can change these values later (see below) |
20 | so dont worry too much if you get things wrong at this stage. |
21 | <p> |
22 | Once through the installation process you can make the project available for |
23 | general use by using the <em>cvs install</em> command. This command will |
24 | update your local SCRAM database with the project details so that other |
25 | SCRAM user can simply refer to it by name. |
26 | <p> |
27 | <h2>Changing Installation Defaults</h2> |
28 | You can use the <P> |
29 | <b>scram setup <em>toolname</em></b><p> |
30 | command to rerun the installation of a specific tool.<p> |
31 | At present there is no easy way to override the automatic mechanisms that |
32 | SCRAM uses to install a tool - so if the setup command is not sufficient you |
33 | can modify the values directly. Simply edit the "clientsettings" file |
34 | in the .SCRAM/<em>architecture_specific</em> directory from the top of the |
35 | project installation. |
36 | <! Style Sheet Footer ---------------Do not change anything after this line--> |
37 | <hr> |
38 | <table border=1 width=100%> |
39 | <td align=left> |
40 | <a href=mailto:Christopher.Williams@cern.ch |
41 | >Chris Williams</a> |
42 | </td> |
43 | <td align=center> |
44 | <script language="JavaScript"> |
45 | <!---//hide script from old browsers |
46 | document.write( "<br>Last updated "+ document.lastModified |
47 | ); |
48 | //end hiding contents ---> |
49 | </script> |
50 | </td> |
51 | <td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a> |
52 | </td> |
53 | </table> |
54 | </body> </html> |
55 | <! End Style Sheet Footer> |