dependencies.html 2.3 KB

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