dependencies.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <html lang="en">
  2. <head>
  3. <meta charset="utf-8" />
  4. <title>Chamilo Server Dependencies</title>
  5. <link rel="stylesheet" href="../main/css/base.css" type="text/css" media="screen,projection" />
  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. </head>
  9. <body>
  10. <div class="navbar navbar-fixed-top">
  11. <div class="navbar-inner">
  12. <div class="container-fluid">
  13. <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
  14. <span class="icon-bar"></span>
  15. <span class="icon-bar"></span>
  16. <span class="icon-bar"></span>
  17. </a>
  18. <a class="brand" href="index.html">Chamilo - Documentation</a>
  19. <div class="nav-collapse">
  20. <ul class="nav">
  21. <li><a href="index.html">Home</a></li>
  22. <li ><a href="readme.html">About</a></li>
  23. <li ><a href="license.html">License</a></li>
  24. <li><a href="credits.html">Credits</a></li>
  25. <li class="active"><a href="dependencies.html">Dependencies</a></li>
  26. <li><a href="changelog.html">Changelog</a></li>
  27. </ul>
  28. </div><!--/.nav-collapse -->
  29. </div>
  30. </div>
  31. </div>
  32. <div class="container">
  33. <ul class="breadcrumb">
  34. <li>
  35. <a href="index.html">Documentation</a>
  36. <span class="divider">/</span>
  37. </li>
  38. <li>Dependencies</li>
  39. </ul>
  40. <h1>Chamilo - Server Dependencies</h1>
  41. <h2>Introduction</h2>
  42. <p>In the ever-evoluting web environment, Chamilo has to rely on
  43. state-of-the-art third-party software in order to provide you with useful and
  44. practical features. Some of this third-party software usually come bundled with
  45. your operating system, but some don't. This means that if that software is
  46. not installed on your Chamilo server, along with Chamilo, you might not enjoy
  47. the best possible experience with your Chamilo platform. To avoid this problem,
  48. most of the sofware we used is bundled into a typical Chamilo install.</p>
  49. <p>
  50. However, if such a third-party software is too big to be included, or if it
  51. doesn't make sense to include it for whatever reason, you must make sure it is
  52. installed on your system. This is the goal of this list: to help you keep a
  53. track of what software is needed and, as much as possible, where to get the
  54. required information to install it.</p>
  55. <a name="dependencies"></a>
  56. <h2>Dependencies - client-side</h2>
  57. <ul>
  58. <li>Any modern browser (IE6 is obviously *excluded*). Safari is known to have small issues with the WYSIWYG editor.</li>
  59. <li>Optional: Flash plugin (only required for a few features)</li>
  60. </ul>
  61. <h2>Dependencies - server-side</h2>
  62. <ul>
  63. <li> Apache 2+</li>
  64. <li> PHP 5.3 or 5.4 with MySQL bindings (mysqlnd is recommended) and php-gd extension to allow Chamilo to resize pictures. The
  65. new components we have included from the Symfony framework highly depend on namespaces, a feature that appeared in PHP 5.3.0</li>
  66. <li> MySQL 5.1+ or any version of MariaDB database server</li>
  67. <li>php5-intl</li>
  68. <li>php5-imagick</li>
  69. <li>php5-curl (only required for a feature in the links tool)</li>
  70. <li>php5-mcrypt (only required for a feature in the survey tool)</li>
  71. <li>php5-ldap (only required for connection to a LDAP server)</li>
  72. <li>php5-xapian (only required for full-text indexing and search)</li>
  73. </ul><br />
  74. <a name="included_dependencies"></a>
  75. <h2>Included Dependencies</h2>
  76. <ul>
  77. <li>EZpdf and MPDF</li>
  78. <li>FCKEditor (previously HTMLArea) </li>
  79. <li>FormValidator </li>
  80. <li>iCalCreator</li>
  81. <li>kSes </li>
  82. <li>MIMETex </li>
  83. <li>MP3Player </li>
  84. <li>PCLZip </li>
  85. <li>PEAR::HTML_Common </li>
  86. <li>PEAR::HTML_QuickForm </li>
  87. <li>PEAR::HTML_Table</li>
  88. <li>PEAR::OLE</li>
  89. <li>PEAR::Pager</li>
  90. <li>PEAR::Spreadsheet_Excel_Writer</li>
  91. <li>PECL</li>
  92. <li>PHPMailer </li>
  93. <li>WCAG_Rendering</li>
  94. <li>xajax </li>
  95. <li>jQuery</li>
  96. </ul>
  97. </div>
  98. <hr />
  99. <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" style="margin: 1em; float: right;" height="31" width="88" /></a>
  100. <a href="http://jigsaw.w3.org/css-validator/">
  101. <img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS" />
  102. </a>
  103. </body>
  104. </html>