Files
Spark/documentation/install-guide.html
Derek DeMoro e4384cb228 Initial checkin of Spark Open Source
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4456 b35dd754-fafc-0310-a699-88a17e54d16e
2006-07-14 00:23:53 +00:00

45 lines
1.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Spark Installation Guide</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table border=0><tr>
<!--<td><img src="images/spark_logo.gif" width="59" height="40" alt="JC Logo"></td>-->
<td><h1>Spark Installation Guide</h1></td>
</tr></table>
<p>Spark consists of the following:
<ul>
<li><b>spark</b> and <b>uninstall</b> executables, located in the top-level directory</li>
<li><b>.install4j</b></li>
<li><b>docs</b></li>
<li><b>jre</b> (optional)</li>
<li><b>lib</b></li>
<li><b>logs</b></li>
<li><b>plugins</b></li>
<li><b>resources</b></li>
</ul></p>
<h2>Installation</h2>
<ul>
<h3>Windows 95/NT/2000/XP</h3>
Run the Spark installer, located in the spark.exe file.
The application will be installed to
<tt>c:\Program Files\Spark</tt> by default.
<h3>Macintosh OS X</h3>
Download Spark, located in the spark.dmg file, and drag the application
to your /Applications folder.
</ul>
</body>
</html>