mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Initial checkin of Spark Open Source
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4456 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
44
documentation/install-guide.html
Normal file
44
documentation/install-guide.html
Normal file
@ -0,0 +1,44 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user