1 |
cvsadmin |
1.1 |
<! Template File - Modify as required.>
|
2 |
|
|
<! Use as an index to other html documents>
|
3 |
|
|
<! References to local pages should be relative to this directory>
|
4 |
|
|
<! This makes it easy for both users of the web project space and>
|
5 |
|
|
<! any others who might simply look at html files directly in the source code.>
|
6 |
|
|
<! e.g. href=page1.html or href=mysubdir/page2.html >
|
7 |
|
|
<html>
|
8 |
williamc |
1.2 |
<title>SCRAM Index</title>
|
9 |
williamc |
1.4 |
<body bgcolor="beige">
|
10 |
williamc |
1.2 |
<center>
|
11 |
|
|
<H1>SCRAM</H1>
|
12 |
|
|
<font color=red>S</font>oftware <font color=red>C</font>onfiguration,
|
13 |
|
|
<font color=red>R</font>elease <font color=red>A</font>nd
|
14 |
|
|
<font color=red>M</font>anagement
|
15 |
|
|
</center>
|
16 |
|
|
<hr>
|
17 |
|
|
<h2>Description</h2>
|
18 |
|
|
<ul>
|
19 |
|
|
<li><a href=scramintro.html>What is SCRAM?</a>
|
20 |
williamc |
1.4 |
<li><a href=requirements.html>Current SCRAM Functionality</a>
|
21 |
williamc |
1.2 |
</ul>
|
22 |
|
|
<h2>Installation</h2>
|
23 |
williamc |
1.4 |
This section is for administrators who need to set things up. General users
|
24 |
|
|
can skip straight to the "Working within a SCRAM Environment" section.
|
25 |
|
|
<ul>
|
26 |
|
|
<li><b>SCRAM Installation</b>
|
27 |
sashby |
1.5 |
<p>
|
28 |
williamc |
1.2 |
<ul>
|
29 |
|
|
<li><a href=install.html>Download and general installation instructions</a>
|
30 |
sashby |
1.6 |
<li><a href=install.html#EXT>Further installation instructions for external sites</a>
|
31 |
williamc |
1.2 |
<li><a href=netscape_install.html>Configuration of Netscape to Use SCRAM</a>
|
32 |
williamc |
1.4 |
<li><a href=versionsel.html>Controlling SCRAM versions</a>
|
33 |
|
|
<li><a href=scramdb.html>SCRAM database handling</a>
|
34 |
|
|
<li><a href=diffs.html>Release Notes</a>
|
35 |
|
|
<li><a href=license.html>GNU Public Licence</a>
|
36 |
|
|
</ul>
|
37 |
sashby |
1.5 |
<p>
|
38 |
williamc |
1.4 |
<li><b>Installation of projects that use SCRAM</b>
|
39 |
sashby |
1.5 |
<p>
|
40 |
williamc |
1.4 |
<ul>
|
41 |
|
|
<li><a href=project.html>To install a Software Project on a remote site</a>
|
42 |
sashby |
1.5 |
- Changing/defining external product locations etc.
|
43 |
williamc |
1.4 |
<li><a href=http://cmsdoc.cern.ch/cmsoo/Releases.html>
|
44 |
sashby |
1.5 |
Download page for SCRAM-managed projects</a>
|
45 |
williamc |
1.4 |
</ul>
|
46 |
williamc |
1.2 |
</ul>
|
47 |
williamc |
1.4 |
<h2>Configuration Management</h2>
|
48 |
williamc |
1.2 |
<ul>
|
49 |
williamc |
1.4 |
<li><a href=projectconfig.html>Configuring a new project</a>
|
50 |
sashby |
1.5 |
<li>Configuration Tools:
|
51 |
|
|
<p>
|
52 |
williamc |
1.4 |
<ul>
|
53 |
sashby |
1.5 |
<li><a href=configtools.html>Tools Available in a SCRAM environment</a>
|
54 |
sashby |
1.6 |
<li><a href=configtools.html#INSTALL>Installing/removing tools</a>
|
55 |
williamc |
1.4 |
<li><a href=configurationtools.html>Tool Description Documents</a>
|
56 |
|
|
</ul>
|
57 |
|
|
</ul>
|
58 |
|
|
<h2>Working Within a SCRAM Environment</h2>
|
59 |
|
|
Using SCRAM in project development
|
60 |
williamc |
1.2 |
<ul>
|
61 |
sashby |
1.5 |
<li><a href=localuse.html>Getting Started</a>
|
62 |
williamc |
1.4 |
<li><a href=runtime.html>The Runtime Environment</a>
|
63 |
|
|
<li><a href=binary.html>Building Binaries</a>
|
64 |
williamc |
1.2 |
<li>Controlling the Build - The BuildFile
|
65 |
|
|
<ul>
|
66 |
williamc |
1.4 |
<li><a href=export.html><Export> tags. Configuring the <Use> tag for
|
67 |
|
|
your Software Package.
|
68 |
williamc |
1.3 |
</a><br>Defining the Configuration Interface for a Software Unit
|
69 |
williamc |
1.4 |
<li><a href=BuildFile/tagindex.html>BuildFile Tags</a>
|
70 |
sashby |
1.5 |
<li><a href=tags.html>Glossary of BuildFile Tags</a>
|
71 |
williamc |
1.3 |
<li><a href=BuildFileExamples.html>Some Example BuildFiles</a>
|
72 |
williamc |
1.4 |
<li><a href=external.html>Asking for Externals</a>
|
73 |
|
|
<li><a href=build.html>Advanced Use of the <b>build</b> command</a>
|
74 |
|
|
<li><a href=tools.html>Specific Tools in SCRAM</a>
|
75 |
williamc |
1.2 |
</ul>
|
76 |
|
|
</ul>
|
77 |
sashby |
1.5 |
<p>
|
78 |
|
|
<p>
|
79 |
|
|
<br>
|
80 |
|
|
<br>
|
81 |
|
|
<table border=2 width=100%>
|
82 |
|
|
<td align=left>
|
83 |
|
|
<a href=mailto:Shaun.Ashby@cern.ch
|
84 |
|
|
>Shaun Ashby</a>
|
85 |
|
|
</td>
|
86 |
|
|
<td align=right>Show <a href=/cgi-cmc/pagestat>Stats</a>
|
87 |
|
|
</td>
|
88 |
|
|
</table>
|
89 |
cvsadmin |
1.1 |
</body>
|
90 |
|
|
</html>
|