dependencies.html 3.2 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" lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Dokeos 1.8.6 Server Dependencies</title>
  6. <link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" />
  7. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
  8. <style type="text/css">
  9. <!--
  10. @page { size: 21cm 29.7cm; margin: 2cm }
  11. pre { font-family: "Courier New", monospace }
  12. p { margin-bottom: 0.21cm }
  13. .code {margin: 1em 1em 1em 2em; padding: 0.5em; background-color: rgb(229, 229, 229); vertical-align: top; border: 1px solid #999999;}
  14. --></style>
  15. </head>
  16. <body>
  17. <div id="header1">
  18. <h1>Dokeos 1.8.6 Server Dependencies</h1>
  19. </div>
  20. <a href="index.html">Documentation</a> &gt;Dependencies
  21. <h2>Introduction</h2>
  22. <p>In the ever-evoluting web environment, Dokeos has to rely on state-of-the-art third-party
  23. software in order to provide you with useful and practical features. Some of this third-party software
  24. usually come bundled with your operating system, but some don't. This means that if that software is
  25. not installed on your Dokeos server, along with Dokeos, you might not enjoy the best possible
  26. experience with your Dokeos platform. To avoid this problem, most of the sofware we used is bundled
  27. into a typical Dokeos install.<br />
  28. However, if such a third-party software is too big to be included, or if it doesn't make sense to
  29. includ it for whatever reason, you must make sure it is installed on your system.
  30. This is the goal of this list: to help you keep a track of what software is needed and,
  31. as much as possible, where to get the required information to install it.</p>
  32. <a name="dependencies"></a>
  33. <h2>Dependencies</h2>
  34. <ul>
  35. <li> Apache 1.3 or 2</li>
  36. <li> PHP5.0.0+ with MySQL bindings and php-gd extension to allow
  37. Dokeos to resize pictures. Progressive upload bar only works with
  38. PHP5.2.0+. </li>
  39. <li> MySQL database server 4 or 5</li>
  40. </ul>
  41. For Oogie PowerPoint conversion and Videoconferencing<br />
  42. <ul>
  43. <li>OpenOffice</li>
  44. <li>Java RTE 1.5</li>
  45. <li>RED5 Open Source Flash server</li>
  46. </ul>
  47. <br />
  48. <a name="included_dependencies"></a>
  49. <h2>Included Dependencies</h2>
  50. <ul>
  51. <li>EZpdf</li>
  52. <li>FCKEditor (previously HTMLArea) </li>
  53. <li>FormValidator </li>
  54. <li>iCalCreator</li>
  55. <li>kSes </li>
  56. <li>MIMETex </li>
  57. <li>MP3Player </li>
  58. <li>PCLZip </li>
  59. <li>PEAR::HTML_Common </li>
  60. <li>PEAR::HTML_QuickForm </li>
  61. <li>PEAR::HTML_Table</li>
  62. <li>PEAR::OLE</li>
  63. <li>PEAR::Pager</li>
  64. <li>PEAR::Spreadsheet_Excel_Writer</li>
  65. <li>PECL</li>
  66. <li>PHPMailer </li>
  67. <li>WCAG_Rendering</li>
  68. <li>xajax </li>
  69. <li>jQuery</li>
  70. </ul>
  71. <hr/>
  72. <a href="http://validator.w3.org/check?uri=referer"><img
  73. src="http://www.w3.org/Icons/valid-xhtml10-blue"
  74. alt="Valid XHTML 1.0 Transitional" height="31" width="88" style="float: right; margin: 1em;" /></a>
  75. <a href="http://jigsaw.w3.org/css-validator/">
  76. <img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" style="float: right; margin: 1em;"
  77. alt="Valid CSS" />
  78. </a>
  79. </body>
  80. </html>