download.html 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html>
  3. <head>
  4. <title>Download iEat</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6. <link rel="stylesheet" type="text/css" href="whoosh-eat.css"/>
  7. </head>
  8. <body>
  9. <div id="nav-frame">
  10. <div class="frame-t">
  11. <img class="frame-tl" alt="frame" src="img/tb_03.gif" />
  12. <img class="frame-tr" alt="frame" src="img/tb_06.gif" />
  13. </div>
  14. <div class="frame-m">
  15. <div class="section"><a href="index.html">Home</a></div>
  16. <div class="section"><a href="screenshots.html">Screen Shots</a></div>
  17. <div class="section-selected">Download</div>
  18. <div class="subsection">
  19. <a href="#requirements">Requirements</a><br />
  20. <a href="#download">Download</a><br />
  21. <a href="#demo">Live Demo</a><br />
  22. </div>
  23. <div class="section"><a href="credits.html">Credits</a></div>
  24. <div class="section"><a href="developers.html">Developers</a></div>
  25. </div>
  26. <div class="frame-ml"></div>
  27. <div class="frame-mr"></div>
  28. <div class="frame-b">
  29. <img class="frame-bl" alt="frame" src="img/tb_24.gif" />
  30. <img class="frame-br" alt="frame" src="img/tb_26.gif" />
  31. </div>
  32. </div>
  33. <h1><a name="top"></a>Download iEat</h1>
  34. <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>
  35. <h2><a name="requirements"></a>Requirements</h2>
  36. <p>iEat is a 100% Java web application that requires a database backend. Currently the requirements are as follows:</p>
  37. <dl>
  38. <dt>Java 1.4</dt>
  39. <dd>
  40. 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>.
  41. </dd>
  42. <dt>PostgreSQL or MySQL database</dt>
  43. <dd>
  44. 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>.
  45. <br />
  46. <br />
  47. <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>.
  48. </dd>
  49. <dt>Java servlet container</dt>
  50. <dd>
  51. 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.
  52. </dd>
  53. </dl>
  54. <h2><a name="download"></a>Download</h2>
  55. <p>You can <a href="http://sourceforge.net/project/showfiles.php?group_id=124574">download iEat from
  56. 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>
  57. <p>For installation instructions look in the <code>README</code> file that comes in each distribution.</p>
  58. <h2><a name="demo"></a>Live Demo</h2>
  59. <p>As an alternative to the normal iEat package, download the <a href="http://sourceforge.net/project/showfiles.php?group_id=124574&amp;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>
  60. </body>
  61. </html>