dependencies.html 3.1 KB

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