dependencies.html 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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 state-of-the-art third-party
  43. software in order to provide you with useful and practical features. Some of this third-party software
  44. usually come bundled with your operating system, but some don't. This means that if that software is
  45. not installed on your Chamilo server, along with Chamilo, you might not enjoy the best possible
  46. experience with your Chamilo platform. To avoid this problem, most of the sofware we used is bundled
  47. into a typical Chamilo install.</p><p>
  48. However, if such a third-party software is too big to be included, or if it doesn't make sense to
  49. includ it for whatever reason, you must make sure it is installed on your system.
  50. This is the goal of this list: to help you keep a track of what software is needed and,
  51. as much as possible, where to get the required information to install it.</p>
  52. <a name="dependencies"></a>
  53. <h2>Dependencies</h2>
  54. <ul>
  55. <li> Apache 2+</li>
  56. <li> PHP5.2.0+ with MySQL bindings and php-gd extension to allow
  57. Chamilo to resize pictures. Progressive upload bar and timezone features only
  58. work with PHP5.2.0+. Chamilo doesn't officially support PHP 5.3 for now but it
  59. has been strongly tested already and seems fine.</li>
  60. <li> MySQL database server 4 or 5</li>
  61. </ul><br />
  62. <a name="included_dependencies"></a>
  63. <h2>Included Dependencies</h2>
  64. <ul>
  65. <li>EZpdf</li>
  66. <li>FCKEditor (previously HTMLArea) </li>
  67. <li>FormValidator </li>
  68. <li>iCalCreator</li>
  69. <li>kSes </li>
  70. <li>MIMETex </li>
  71. <li>MP3Player </li>
  72. <li>PCLZip </li>
  73. <li>PEAR::HTML_Common </li>
  74. <li>PEAR::HTML_QuickForm </li>
  75. <li>PEAR::HTML_Table</li>
  76. <li>PEAR::OLE</li>
  77. <li>PEAR::Pager</li>
  78. <li>PEAR::Spreadsheet_Excel_Writer</li>
  79. <li>PECL</li>
  80. <li>PHPMailer </li>
  81. <li>WCAG_Rendering</li>
  82. <li>xajax </li>
  83. <li>jQuery</li>
  84. </ul>
  85. </div>
  86. <hr />
  87. <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>
  88. <a href="http://jigsaw.w3.org/css-validator/">
  89. <img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS" />
  90. </a>
  91. </body>
  92. </html>