| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html>
- <head>
- <title>Download iEat</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <link rel="stylesheet" type="text/css" href="whoosh-eat.css"/>
- </head>
- <body>
- <div id="nav-frame">
- <div class="frame-t">
- <img class="frame-tl" alt="frame" src="img/tb_03.gif" />
- <img class="frame-tr" alt="frame" src="img/tb_06.gif" />
- </div>
- <div class="frame-m">
- <div class="section"><a href="index.html">Home</a></div>
- <div class="section"><a href="screenshots.html">Screen Shots</a></div>
- <div class="section-selected">Download</div>
- <div class="subsection">
- <a href="#requirements">Requirements</a><br />
- <a href="#download">Download</a><br />
- <a href="#demo">Live Demo</a><br />
- </div>
-
- <div class="section"><a href="credits.html">Credits</a></div>
- <div class="section"><a href="developers.html">Developers</a></div>
- </div>
- <div class="frame-ml"></div>
- <div class="frame-mr"></div>
- <div class="frame-b">
- <img class="frame-bl" alt="frame" src="img/tb_24.gif" />
- <img class="frame-br" alt="frame" src="img/tb_26.gif" />
- </div>
- </div>
- <h1><a name="top"></a>Download iEat</h1>
- <p class="intro">You can download and run iEat for free on your own web server. iEat has been tested extensively on Linux and Mac OS X. It also runs on Windows.</p>
- <h2><a name="requirements"></a>Requirements</h2>
- <p>iEat is a 100% Java web application that requires a database backend. Currently the requirements are as follows:</p>
- <dl>
- <dt>Java 1.4</dt>
- <dd>
- Get the appropriate Java SDK/JDK for your server platform. You can get this from <a title="Sun's Java" href="http://java.sun.com/">Sun</a>, <a title="IBM's Java" href="http://www-106.ibm.com/developerworks/java/jdk/">IBM</a>, or <a title="Blackdown's Java" href="http://www.blackdown.org/">Blackdown</a>.
- </dd>
- <dt>PostgreSQL or MySQL database</dt>
- <dd>
- iEat has been tested with both the 7.3, 7.4, and 8.0 series of PostgreSQL and 4.1 of MySQL. You can download PostgreSQL from <a href="http://www.postgresql.org/">postgresql.org</a> or MySQL from <a href="http://dev.mysql.com/">dev.mysql.com</a>.
- <br />
- <br />
- <b>Note</b> iEat could easily run in other databases. Anyone willing to help out in this fashion should contact <a href="mailto:msqr@users.sourceforge.net">msqr@users.sourceforge.net</a>.
- </dd>
- <dt>Java servlet container</dt>
- <dd>
- iEat is distributed as a Java web application (WAR). To use this you'll need a servlet container to deploy it into. iEat has been extensively tested with the <a href="http://jakarta.apache.org/tomcat/">Tomcat</a> 5 server. Any J2EE servlet container should work, however.
- </dd>
- </dl>
- <h2><a name="download"></a>Download</h2>
- <p>You can <a href="http://sourceforge.net/project/showfiles.php?group_id=124574">download iEat from
- Sourceforge</a>. The binary package (named like <em>ieat-1.0.0.tbz2</em>) contains the iEat WAR along with instructions for getting your installation going for the first time. The source package (named like <em>ieat-1.0.0-src.tbz2</em>) contains all iEat's source code.</p>
- <p>For installation instructions look in the <code>README</code> file that comes in each distribution.</p>
- <h2><a name="demo"></a>Live Demo</h2>
- <p>As an alternative to the normal iEat package, download the <a href="http://sourceforge.net/project/showfiles.php?group_id=124574&package_id=146180">Live Demo</a> package for a complete, pre-configured iEat package which you can run without any setup or requirements other than a <a href="http://java.sun.com/">Java JDK 1.4</a> or later. This can give you a good idea of how iEat works and be used as a starting point for configuring iEat for your own use.</p>
- </body>
- </html>
|