1 |
< |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
1 |
> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 |
> |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
3 |
|
|
3 |
– |
<!-- |
4 |
– |
gettingstarted.shtml |
5 |
– |
Created by tdb1 27/05/2001 |
6 |
– |
Last edited 27/05/2001 |
7 |
– |
--> |
8 |
– |
|
4 |
|
<html> |
5 |
|
|
6 |
|
<head> |
7 |
< |
<title>Getting Started with the i-scream Central Monitoring System</title> |
7 |
> |
<title>Getting Started with the i-scream Central Monitoring System</title> |
8 |
> |
<!--#include virtual="/style.inc" --> |
9 |
|
</head> |
10 |
|
|
11 |
< |
<basefont face="arial,sans-serif" size="2"> |
16 |
< |
<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> |
11 |
> |
<body> |
12 |
|
|
13 |
< |
<table border="0" cellpadding="2" cellspacing="2"> |
19 |
< |
<tr> |
20 |
< |
<td valign="top"> |
21 |
< |
<!--#include virtual="../left.inc" --> |
22 |
< |
</td> |
23 |
< |
<td valign="top"> |
24 |
< |
<!--#include virtual="../title.inc" --> |
13 |
> |
<div id="container"> |
14 |
|
|
15 |
< |
<font face="arial,sans-serif" size="2"> |
15 |
> |
<div id="main"> |
16 |
|
|
17 |
+ |
<!--#include virtual="/header.inc" --> |
18 |
+ |
|
19 |
+ |
<div id="contents"> |
20 |
+ |
<h1 class="top">Getting Started</h1> |
21 |
+ |
|
22 |
|
<h2>Getting Started with the i-scream Central Monitoring System</h2> |
23 |
|
|
24 |
|
<h3>1. Installing the corba services (pre-requisite for the server)</h3> |
34 |
|
<p>The first stage is to download and install the server application. The |
35 |
|
latest versions of all i-scream applications can be found at the following |
36 |
|
URL:</p> |
37 |
< |
<p><a href="http://www.i-scream.org.uk/downloads">http://www.i-scream.org.uk/downloads</a></p> |
37 |
> |
<p><a href="http://www.i-scream.org/downloads">http://www.i-scream.org/downloads</a></p> |
38 |
|
<p>Once downloaded, the archive should be extracted to a directory of your |
39 |
|
choice. The server will run on most Java enabled platforms (including |
40 |
|
Windows, Linux and FreeBSD).</p> |
131 |
|
machine as the database, while running the rest on another machine.</p> |
132 |
|
<p>Some discussion about this is available in the server documentation.</p> |
133 |
|
<p>If you have any questions about any of the above, please don't hesitate to |
134 |
< |
contact us at <a href="mailto:dev@i-scream.org.uk">dev@i-scream.org.uk</a>. If you find we've missed something out, |
134 |
> |
contact us at <a href="mailto:dev@i-scream.org">dev@i-scream.org</a>. If you find we've missed something out, |
135 |
|
again, please let us know.</p> |
136 |
|
<p>Finally, we'd like to thank you for trying this i-scream product. We realise |
137 |
|
that it's still at an early stage, and we therefore appreciate you taking |
138 |
|
the time to try it out.</p> |
139 |
< |
<p>The i-scream team. |
139 |
> |
<p>The i-scream team.</p> |
140 |
> |
</div> |
141 |
|
|
142 |
< |
</font> |
142 |
> |
<!--#include virtual="/footer.inc" --> |
143 |
|
|
144 |
< |
<!--#include virtual="../bottom.inc" --></td> |
145 |
< |
</tr> |
146 |
< |
</table> |
144 |
> |
</div> |
145 |
> |
|
146 |
> |
<!--#include virtual="/menu.inc" --> |
147 |
> |
|
148 |
> |
</div> |
149 |
|
|
150 |
|
</body> |
151 |
|
</html> |