-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstallation.html
109 lines (104 loc) · 3.21 KB
/
installation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<html>
<head>
<title>Firestorm – Installation Guide</title>
</head>
<body>
<table>
<tr>
<td valign=top width=15%> </td>
<td>
<table bgcolor="#FFFFFF" cellpadding=0 cellspacing=0 width=100%>
<tr>
<td align=left>
<strong><font size=+5>sanbachs.NET</font></strong><br>
<strong><font size=+1>Serving the DataPerfect* Community</font></strong>
</td>
<td align=right><a href=http://www.dataperfect.nl/><img src=logo.gif width=318 height=61 border=0></a></td>
</tr>
</table>
<HR>
<table width=100%>
<tr>
<td>
<a href=../index.html>Home</a> >
<a href=index.html>Firestorm</a> >
Installation Guide
</td>
</tr>
<tr>
<td align=right>Last updated: December 5, 2000</td>
</tr>
</table>
<h1>Firestorm – Installation Guide</h1>
<p>
Please follow these conventions when installing and using Firestorm:
<ol>
<li>Install the source code in a directory named "fs"
<li>Create a subdirectory of "fs" for each database, with a name
that is in lowercase letters (or digits) and no longer than 5 characters
<li>Install the METAD database in a directory named "metad" which is
<strong>not</strong> a subdirectory of "fs"
<li>Create a subdirectory of "metad" for each database, with a name
that is in lowercase letters (or digits) and no longer than 5 characters.
This name should match exactly the corresponding subdirectory of "fs"
</ol>
<p>
For UNIX-style operating systems,
<ol>
<li>verify that the file fs001122.tar.gz is 61,488 bytes
<li>uncompress it with the command "gunzip fs001122.tar.gz"
<li>verify that the file fs001122.tar is 399,360 bytes
<li>extract the source files with the command "tar -xvf fs001122.tar"
<li>compile the source files with the command "make"
</ol>
<p>
For DOS and Windows-based operating systems,
<ol>
<li>verify that the file fs001122.zip is 63,140 bytes
<li>extract the source files using PKZIP or WinZip
<li>compile the source files
</ol>
<p>
To install the METAD database on your DOS or Windows system,
<ol>
<li>verify that the md001126.zip file is 42,612 bytes
<li>extract the files using PKZIP or WinZip
<li>create the METAD database with the command "DPIMP"
</ol>
<HR>
<H2>Contacting sanbachs.NET</h2>
<P>Sign or browse our
<A HREF="http://cgi.aros.net/cgi-bin/cgiwrap/~sanbachs/ngb1.cgi?WsoID=1&WsID=5">guest book</A>.
</P>
<address>
<a href="mailto:[email protected]">[email protected]</a><br>
<a href="mailto:[email protected]">A. Lewis Bastian, Jr.</a><br>
<a href="../bruce/resume.html">Bruce Conrad</a><br>
<a href="mailto:[email protected]">Thom Boyer</a>
</address>
<HR>
<H3>Disclaimer</H3>
*<FONT COLOR="#0000FF">DataPerfect®</FONT>
is a copyright of Novell, Inc.
sanbachs.NET is not affiliated with Novell, Inc.<BR>
<HR>
<img src="http://www.sanbachs.net/cgi-bin/countg.cgi?Name=fsinstall">
visitors since November 23, 2000.
</td>
</tr>
</table>
<h5 align=center>Copyright © 2001 sanbachs.NET</h5>
<!-- Start Quantcast tag -->
<script type="text/javascript">
_qoptions={
labels:"firestorm",
qacct:"p-74TfK8Z7JORIY"
};
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-74TfK8Z7JORIY.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
<!-- End Quantcast tag -->
</body>
</html>