dependencies.html 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <html lang="en">
  2. <head>
  3. <meta charset="utf-8" />
  4. <title>Chamilo Server Dependencies</title>
  5. <link rel="stylesheet" href="../public/build/css/app.css" type="text/css" media="screen,projection" />
  6. <link rel="stylesheet" href="../public/build/css/themes/chamilo/default.css" type="text/css" media="screen,projection" />
  7. <link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" />
  8. <link rel="stylesheet" href="../public/build/css/print.css" type="text/css" media="print" />
  9. <script src="../public/build/app.js"></script>
  10. </head>
  11. <body>
  12. <nav class="navbar navbar-default navbar-fixed-top">
  13. <div class="container">
  14. <div class="navbar-header">
  15. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  16. <span class="sr-only">Toggle navigation</span>
  17. <span class="icon-bar"></span>
  18. <span class="icon-bar"></span>
  19. <span class="icon-bar"></span>
  20. </button>
  21. <a class="navbar-brand" href="#">Chamilo - Documentation</a>
  22. </div>
  23. <div class="collapse navbar-collapse">
  24. <ul class="nav navbar-nav">
  25. <li><a href="index.html">Home</a></li>
  26. <li><a href="readme.html">About</a></li>
  27. <li><a href="license.html">License</a></li>
  28. <li><a href="credits.html">Credits</a></li>
  29. <li class="active"><a href="dependencies.html">Dependencies</a></li>
  30. <li><a href="changelog.html">Changelog</a></li>
  31. </ul>
  32. </div><!--/.nav-collapse -->
  33. </div>
  34. </nav>
  35. <div class="container">
  36. <ul class="breadcrumb">
  37. <li>
  38. <a href="index.html">Documentation</a>
  39. <span class="divider">/</span>
  40. </li>
  41. <li>Dependencies</li>
  42. </ul>
  43. <h1>Chamilo - Server Dependencies</h1>
  44. <h2>Introduction</h2>
  45. <p>In the ever-evolving web environment, Chamilo has to rely on
  46. state-of-the-art third-party software in order to provide you with useful and
  47. practical features. Some of this third-party software usually come bundled with
  48. your operating system, but some don't. This means that if that software is
  49. not installed on your Chamilo server, along with Chamilo, you might not enjoy
  50. the best possible experience with your Chamilo platform. To avoid this problem,
  51. most of the software we used is bundled into a typical Chamilo installation.</p>
  52. <p>
  53. However, if such a third-party software is too big to be included, or if it
  54. doesn't make sense to include it for whatever reason, you must make sure it is
  55. installed on your system. This is the goal of this list: to help you keep a
  56. track of what software is needed and, as much as possible, where to get the
  57. required information to install it.</p>
  58. <a name="dependencies"></a>
  59. <h2>Dependencies - client-side</h2>
  60. We recommend using HTML5-compatible technology.
  61. <ul>
  62. <li>PC with a minimum of 512MB or any tablet or smartphone</li>
  63. <li>We recommend a Pentium-I as a minimum processor capability for PCs</li>
  64. <li>Works on Windows XP (SP3 recommended) and later versions, Linux (any version with a graphical interface), Mac OS (any version), FreeBSD, Android, iOS and pretty much any other operating system with a graphical interface you might think about</li>
  65. <li>Any modern browser (IE8 and inferior *excluded*).</li>
  66. <li>Optional: Flash plugin (only required for a few features like the videoconference plugins)</li>
  67. <li>Optional: Java applet capability (only required for some plugins)</li>
  68. </ul>
  69. <h2>Dependencies - server-side</h2>
  70. <ul>
  71. <li>Apache 2+</li>
  72. <li>PHP 7.2 or higher with MySQL bindings.</li>
  73. <li>MySQL 5.7+ or any version of MariaDB database server</li>
  74. <li>php-intl package (for international behaviour support)</li>
  75. <li>php-gd package (for images resizing/cropping)</li>
  76. <li>php-mbstring package (for international behaviour support)</li>
  77. <li>php-imagick</li>
  78. <li>php-bcmath</li>
  79. <li>php-curl (only required for a feature in the links tool and an optional installer check)</li>
  80. <li>php-ldap (only required for connection to a LDAP server)</li>
  81. <li>php-xapian (only required for full-text indexing and search)</li>
  82. </ul><br />
  83. <a name="included_dependencies"></a>
  84. <h2>Included Dependencies</h2>
  85. <ul>
  86. <li>EZpdf and MPDF</li>
  87. <li>FCKEditor (previously HTMLArea) </li>
  88. <li>FormValidator </li>
  89. <li>iCalCreator</li>
  90. <li>kSes </li>
  91. <li>MIMETex </li>
  92. <li>MP3Player </li>
  93. <li>PCLZip </li>
  94. <li>PEAR::HTML_Common </li>
  95. <li>PEAR::HTML_QuickForm </li>
  96. <li>PEAR::HTML_Table</li>
  97. <li>PEAR::OLE</li>
  98. <li>PEAR::Pager</li>
  99. <li>PEAR::Spreadsheet_Excel_Writer</li>
  100. <li>PECL</li>
  101. <li>PHPMailer </li>
  102. <li>WCAG_Rendering</li>
  103. <li>xajax </li>
  104. <li>jQuery</li>
  105. <li>Others (see composer.json)</li>
  106. </ul>
  107. <h2>Extra features dependencies - server-side</h2>
  108. Chamilo LMS is a very complex software suite, and some of its components wil
  109. only work when some specific server-side libraries are installed. The names of
  110. the libraries below are taken from a Debian/Ubuntu installation, so you might
  111. need to adapt these if you are installing on Windows, Mac or another Linux
  112. distribution.<br />
  113. Please note that, as for the rest of free software, we are NOT giving or
  114. implying any warranty of any kind that this will work on your system, even on
  115. the intended Debian/Ubuntu systems. You should take your own precautions to
  116. ensure all components are installed by an expert in the field.<br />
  117. <ul>
  118. <li>Chamilo Rapid (ex Oogie(TM))
  119. <ul>
  120. <li>libreoffice</li>
  121. </ul>
  122. </li>
  123. <li>Audio recording (generate mp3 from wav)
  124. <ul>
  125. <li>libav-tools</li>
  126. <li>libavcodec-extra-53</li>
  127. <li>libmp3lame0</li>
  128. </ul>
  129. </li>
  130. <li>BigBlueButton videoconference
  131. <ul>
  132. <li>bigbluebutton</li>
  133. </ul>
  134. </li>
  135. <li>Resources sequencing
  136. <ul>
  137. <li>graphviz (only required for resources sequencing - for sessions etc)</li>
  138. </ul>
  139. </li>
  140. </ul>
  141. </div>
  142. <hr />
  143. <a href="http://validator.w3.org/check?uri=referer"><img src="//www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" style="margin: 1em; float: right;" height="31" width="88" /></a>
  144. <a href="http://jigsaw.w3.org/css-validator/">
  145. <img src="//jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS" />
  146. </a>
  147. </body>
  148. </html>