You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
156 lines
6.3 KiB
156 lines
6.3 KiB
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Chamilo Server Dependencies</title>
|
|
<link rel="stylesheet" href="../web/assets/bootstrap/dist/css/bootstrap.css" type="text/css" media="screen,projection" />
|
|
<link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" />
|
|
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
<nav class="navbar navbar-default navbar-fixed-top">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="#">Chamilo - Documentation</a>
|
|
</div>
|
|
|
|
<div class="collapse navbar-collapse">
|
|
<ul class="nav navbar-nav">
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="readme.html">About</a></li>
|
|
<li><a href="license.html">License</a></li>
|
|
<li><a href="credits.html">Credits</a></li>
|
|
<li class="active"><a href="dependencies.html">Dependencies</a></li>
|
|
<li><a href="changelog.html">Changelog</a></li>
|
|
</ul>
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</nav>
|
|
<div class="container">
|
|
<ul class="breadcrumb">
|
|
<li>
|
|
<a href="index.html">Documentation</a>
|
|
<span class="divider">/</span>
|
|
</li>
|
|
<li>Dependencies</li>
|
|
</ul>
|
|
<h1>Chamilo - Server Dependencies</h1>
|
|
|
|
<h2>Introduction</h2>
|
|
<p>In the ever-evolving web environment, Chamilo has to rely on
|
|
state-of-the-art third-party software in order to provide you with useful and
|
|
practical features. Some of this third-party software usually come bundled with
|
|
your operating system, but some don't. This means that if that software is
|
|
not installed on your Chamilo server, along with Chamilo, you might not enjoy
|
|
the best possible experience with your Chamilo platform. To avoid this problem,
|
|
most of the software we used is bundled into a typical Chamilo installation.</p>
|
|
<p>
|
|
However, if such a third-party software is too big to be included, or if it
|
|
doesn't make sense to include it for whatever reason, you must make sure it is
|
|
installed on your system. This is the goal of this list: to help you keep a
|
|
track of what software is needed and, as much as possible, where to get the
|
|
required information to install it.</p>
|
|
|
|
<a name="dependencies"></a>
|
|
<h2>Dependencies - client-side</h2>
|
|
We recommend using HTML5-compatible technology.
|
|
<ul>
|
|
<li>PC with a minimum of 512MB or any tablet or smartphone</li>
|
|
<li>We recommend a Pentium-I as a minimum processor capability for PCs</li>
|
|
<li>Works on Windows 8 and later versions, Linux (any version with a graphical interface), Mac OSX (any version), FreeBSD, Android, iOS and pretty much any other operating system with a graphical interface you might think about</li>
|
|
<li>Any modern browser (IE10 and inferior *excluded*).</li>
|
|
<li>Optional: Flash plugin (only required if WebRTC is not supported by your browser)</li>
|
|
<li>Optional: Java applet capability (only required for some plugins)</li>
|
|
</ul>
|
|
|
|
<h2>Dependencies - server-side</h2>
|
|
<ul>
|
|
<li>Apache 2+</li>
|
|
<li>PHP 7.2, 7.3 or 7.4 (recommended). PHP 5.6 and 7.0 are not supported by this version of Chamilo. PHP 7.1 should be supported but we lack elements of infrastructure to check it fully and thoroughly.</li>
|
|
<li>MySQL 5.6+ or any version of MariaDB database server</li>
|
|
<li>php-curl</li>
|
|
<li>php-dom (usually available by default)</li>
|
|
<li>php-fileinfo (usually available by default)</li>
|
|
<li>php-gd or php-imagick (for images resizing/cropping)</li>
|
|
<li>php-intl (for international behaviour support)</li>
|
|
<li>php-json</li>
|
|
<li>php-mbstring</li>
|
|
<li>php-mysql</li>
|
|
<li>php-soap (for web services)</li>
|
|
<li>php-xml</li>
|
|
<li>php-zip</li>
|
|
<li>php-ldap (only required for connection to a LDAP server)</li>
|
|
</ul><br />
|
|
<a name="included_dependencies"></a>
|
|
<h2>Included Dependencies</h2>
|
|
<ul>
|
|
<li>EZpdf and MPDF</li>
|
|
<li>CKEditor (previously FCKeditor, previously HTMLArea) </li>
|
|
<li>FormValidator (own version)</li>
|
|
<li>iCalCreator</li>
|
|
<li>kSes</li>
|
|
<li>mathjax</li>
|
|
<li>MIMETex</li>
|
|
<li>MP3Player</li>
|
|
<li>Mediaplayer</li>
|
|
<li>PCLZip</li>
|
|
<li>PEAR::HTML_Common</li>
|
|
<li>PEAR::HTML_QuickForm</li>
|
|
<li>PEAR::HTML_Table</li>
|
|
<li>PEAR::OLE</li>
|
|
<li>PEAR::Pager</li>
|
|
<li>PEAR::Spreadsheet_Excel_Writer</li>
|
|
<li>PHPMailer</li>
|
|
<li>WCAG_Rendering</li>
|
|
<li>xajax</li>
|
|
<li>jQuery</li>
|
|
<li>Others (see composer.json)</li>
|
|
</ul>
|
|
|
|
<h2>Extra features dependencies - server-side</h2>
|
|
|
|
Chamilo LMS is a very complex software suite, and some of its components wil
|
|
only work when some specific server-side libraries are installed. The names of
|
|
the libraries below are taken from a Debian/Ubuntu installation, so you might
|
|
need to adapt these if you are installing on Windows, Mac or another Linux
|
|
distribution.<br />
|
|
Please note that, as for the rest of free software, we are NOT giving or
|
|
implying any warranty of any kind that this will work on your system, even on
|
|
the intended Debian/Ubuntu systems. You should take your own precautions to
|
|
ensure all components are installed by an expert in the field.<br />
|
|
<ul>
|
|
<li>Chamilo Rapid (ex Oogie(TM))
|
|
<ul>
|
|
<li>libreoffice</li>
|
|
</ul>
|
|
</li>
|
|
<li>Audio recording (generate mp3 from wav)
|
|
<ul>
|
|
<li>libav-tools libavcodec-extra-53 *or* ffmpeg on more recent distributions</li>
|
|
<li>libmp3lame0</li>
|
|
</ul>
|
|
</li>
|
|
<li>BigBlueButton videoconference
|
|
<ul>
|
|
<li>bigbluebutton</li>
|
|
</ul>
|
|
</li>
|
|
<li>Resources sequencing
|
|
<ul>
|
|
<li>graphviz (only required for resources sequencing - for sessions etc)</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<hr />
|
|
<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>
|
|
<a href="http://jigsaw.w3.org/css-validator/">
|
|
<img src="//jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS" />
|
|
</a>
|
|
</body>
|
|
</html>
|
|
|