dependencies.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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 Server Dependencies</title>
  6. </head>
  7. <body>
  8. <h1>Dokeos server dependencies</h1>
  9. <h2>Introduction</h2>
  10. <p>In the ever-evoluting web environment, Dokeos has to rely on state-of-the-art third-party
  11. software in order to provide you with useful and practical features. Some of this third-party software
  12. usually come bundled with your operating system, but some don't. This means that if that software is
  13. not installed on your Dokeos server, along with Dokeos, you might not enjoy the best possible
  14. experience with your Dokeos platform. To avoid this problem, most of the sofware we used is bundled
  15. into a typical Dokeos install.<br/>
  16. However, if such a third-party software is too big to be included, or if it doesn't make sense to
  17. includ it for whatever reason, you must make sure it is installed on your system.
  18. This is the goal of this list: to help you keep a track of what software is needed and,
  19. as much as possible, where to get the required information to install it.</p>
  20. <p>The third-party software we have bundled inside Dokeos can be found in the
  21. <a href="#included_dependencies">Included Dependencies</a> section below. The software you need
  22. to install manually is located in the <a href="#dependencies">section</a>.</p>
  23. <a name="dependencies"></a>
  24. <h2>Dependencies</h2>
  25. <ul>
  26. <li> Apache 1.3 or 2</li>
  27. <li> PHP4.3.0 (or greater) with MySQL bindings
  28. </li>
  29. <li> MySQL database server
  30. </li>
  31. </ul>
  32. <br/>
  33. <a name="included_dependencies"></a>
  34. <h2>Included Dependencies</h2>
  35. <ul>
  36. <li>FCKEditor (previously HTMLArea)
  37. </li>
  38. <li>FormValidator
  39. </li>
  40. <li>kSes
  41. </li>
  42. <li>MIMETex
  43. </li>
  44. <li>MP3Player
  45. </li>
  46. <li>PCLZip
  47. </li>
  48. <li>PHPMailer
  49. </li>
  50. <li>xajax
  51. </li>
  52. <li>PEAR::HTML_Common
  53. </li>
  54. <li>PEAR::HTML_QuickForm
  55. </li>
  56. <li>PEAR::Pager
  57. </li>
  58. </ul>
  59. </body>
  60. </html>