12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
- <head>
- <title>Dokeos Server Dependencies</title>
- </head>
- <body>
- <h1>Dokeos server dependencies</h1>
- <h2>Introduction</h2>
- <p>In the ever-evoluting web environment, Dokeos 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 Dokeos server, along with Dokeos, you might not enjoy the best possible
- experience with your Dokeos platform. To avoid this problem, most of the sofware we used is bundled
- into a typical Dokeos install.<br/>
- However, if such a third-party software is too big to be included, or if it doesn't make sense to
- includ 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>
- <p>The third-party software we have bundled inside Dokeos can be found in the
- <a href="#included_dependencies">Included Dependencies</a> section below. The software you need
- to install manually is located in the <a href="#dependencies">section</a>.</p>
- <a name="dependencies"></a>
- <h2>Dependencies</h2>
- <ul>
- <li> Apache 1.3 or 2</li>
- <li> PHP4.3.0 (or greater) with MySQL bindings
- </li>
- <li> MySQL database server
- </li>
- </ul>
- <br/>
- <a name="included_dependencies"></a>
- <h2>Included Dependencies</h2>
- <ul>
- <li>FCKEditor (previously HTMLArea)
- </li>
- <li>FormValidator
- </li>
- <li>kSes
- </li>
- <li>MIMETex
- </li>
- <li>MP3Player
- </li>
- <li>PCLZip
- </li>
- <li>PHPMailer
- </li>
- <li>xajax
- </li>
- <li>PEAR::HTML_Common
- </li>
- <li>PEAR::HTML_QuickForm
- </li>
- <li>PEAR::Pager
- </li>
- </ul>
- </body>
- </html>
|