dependencies.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
  4. <head>
  5. <title>Dokeos 1.8 Server Dependencies</title>
  6. <link rel="stylesheet" href="../main/css/default/default.css" type="text/css" media="screen,projection" />
  7. <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
  8. </head>
  9. <body>
  10. <div id="header1">
  11. <h1>Dokeos server dependencies</h1>
  12. </div>
  13. <a href="index.html">Documentation</a> &gt;Dependencies
  14. <h2>Introduction</h2>
  15. <p>In the ever-evoluting web environment, Dokeos has to rely on state-of-the-art third-party
  16. software in order to provide you with useful and practical features. Some of this third-party software
  17. usually come bundled with your operating system, but some don't. This means that if that software is
  18. not installed on your Dokeos server, along with Dokeos, you might not enjoy the best possible
  19. experience with your Dokeos platform. To avoid this problem, most of the sofware we used is bundled
  20. into a typical Dokeos install.<br/>
  21. However, if such a third-party software is too big to be included, or if it doesn't make sense to
  22. includ it for whatever reason, you must make sure it is installed on your system.
  23. This is the goal of this list: to help you keep a track of what software is needed and,
  24. as much as possible, where to get the required information to install it.</p>
  25. <p>The third-party software we have bundled inside Dokeos can be found in the <a href="#included_dependencies">Included Dependencies</a> section below. The software you need
  26. to install manually is located in the <a href="#dependencies">section</a>.</p>
  27. <a name="dependencies"></a>
  28. <h2>Dependencies</h2>
  29. <ul>
  30. <li> Apache 1.3 or 2</li>
  31. <li> PHP5.0.0+ with MySQL bindings and php-gd extension to allow Dokeos to resize pictures. Progressive upload bar only works with PHP5.2.0+, although PHP4.3.0 will work for most things. </li>
  32. <li> MySQL database server </li>
  33. </ul>
  34. <br/>
  35. <a name="included_dependencies"></a>
  36. <h2>Included Dependencies</h2>
  37. <ul>
  38. <li>FCKEditor (previously HTMLArea) </li>
  39. <li>FormValidator </li>
  40. <li>kSes </li>
  41. <li>MIMETex </li>
  42. <li>MP3Player </li>
  43. <li>PCLZip </li>
  44. <li>PHPMailer </li>
  45. <li>xajax </li>
  46. <li>PEAR::HTML_Common </li>
  47. <li>PEAR::HTML_QuickForm </li>
  48. <li>PEAR::Pager </li>
  49. </ul>
  50. </body>
  51. </html>