Software Requirements: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The following software is required to be installed before installing iHRIS: | The following software is required to be installed before installing iHRIS: | ||
* | * Apache Webserver 2.2+ [http://www.apache.org] | ||
* | * MySQL 5.0+ [http://www.mysql.com] | ||
* | * PHP 5.2.6+ [http://www.php.net] | ||
* | * MDB2 from PEAR [http://pear.php.net/package/MDB2] | ||
* | * MySQL driver from PEAR [http://pear.php.net/package/MDB2_Driver_mysql] | ||
* | * Text Password from PEAR [http://pear.php.net/package/Text_Password] | ||
* | * Console GetOpt from PEAR [http://pear.php.net/package/Console_Getopt] | ||
* | * APC from PEC [http://pecl.php.net/package/APC] or [http://pecl4win.php.net] (Windows) | ||
In order to generate PDF reports, the [tcpdf package http://www.tcpdf.org] is required. | In order to generate PDF reports, the [tcpdf package http://www.tcpdf.org] is required. | ||
A web browser is required to run the software. | A web browser is required to run the software. Firefox 2+ ([http://www.mozilla.com/en-US/firefox/]) or Internet Explorer 7+ ([http://www.microsoft.com/windows/downloads/ie/getitnow.mspx]) is highly recommended. | ||
Optional: | Optional: | ||
* | * Tidy from PECL [http://pecl.php.net/package/tidy] (included by default for Ubuntu but not Windows) | ||
* | * GD Php Library [http://www.libgd.org] |
Revision as of 10:49, 14 June 2012
The following software is required to be installed before installing iHRIS:
- Apache Webserver 2.2+ [1]
- MySQL 5.0+ [2]
- PHP 5.2.6+ [3]
- MDB2 from PEAR [4]
- MySQL driver from PEAR [5]
- Text Password from PEAR [6]
- Console GetOpt from PEAR [7]
- APC from PEC [8] or [9] (Windows)
In order to generate PDF reports, the [tcpdf package http://www.tcpdf.org] is required.
A web browser is required to run the software. Firefox 2+ ([10]) or Internet Explorer 7+ ([11]) is highly recommended.
Optional: