Difference between revisions of "Software Requirements"
From LongJump Support Wiki
imported>Aeric m (Text replace - 'Category:System Administration' to 'Category:Installation') |
imported>Aeric |
||
(30 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===Software Requirements=== | ===Software Requirements=== | ||
{| border="1" cellpadding="5" cellspacing="0" | |||
|-valign="top" | |-valign="top" | ||
|Operating System | |Operating System | ||
* | | | ||
*64 bit OS recommended | * RedHat Enterprise Linux Server - Version 5 or Version 6 | ||
* SUSE Linux Enterprise Server - Version 11 | |||
* 64 bit OS recommended | |||
: with Perl installed (compatible with MySQL Server) | |||
|-valign="top" | |-valign="top" | ||
|Java | |Java | ||
* J2SE | | | ||
* J2SE 7.0 (JDK version 1.7.0, release _06 or above) | |||
|-valign="top" | |-valign="top" | ||
|MySQL Server|| | |MySQL Server|| | ||
*MySQL Version | *MySQL Version {{MySqlVersion}}.xx (Community Edition or Community Enterprise Edition) | ||
*MySQL Client | *MySQL Client | ||
*MySQL Shared libraries | *MySQL Shared libraries | ||
*MySQL Shared compatibility libraries | *MySQL Shared compatibility libraries | ||
*MySQL Headers and libraries | *MySQL Headers and libraries | ||
*Required configuration for the platform. (''See:'' [[Configuring the MySQL Server]]) | |||
|-valign="top" | |||
| <span id="libs">Libraries</span> || Download these '''third-party libraries''' to a folder of your choosing. You'll provide the location of that folder during the installation, to integrate them into the system. | |||
:* mysql-connector-java-5.1.24-bin.jar, downloaded from [http://dev.mysql.com/downloads/connector/j/ here] | |||
:* jta.jar, downloaded from [http://download.oracle.com/otndocs/jcp/7287-jta-1.0.1a-class-oth-JSpec/?submit=Download here] | |||
|-valign="top" | |-valign="top" | ||
|Mail Server | |Mail Server | ||
Line 27: | Line 39: | ||
::<tt>echo "test mail" | mail -s "hello" admin-name@myserviceproviderdomain.com</tt> | ::<tt>echo "test mail" | mail -s "hello" admin-name@myserviceproviderdomain.com</tt> | ||
::An email message should be received at the specified address. If the confirmation message does not arrive, check the mail log to discover the cause. | ::An email message should be received at the specified address. If the confirmation message does not arrive, check the mail log to discover the cause. | ||
|-valign="top" | |||
| OpenOffice || | |||
;OpenOffice 3.2.0 or higher: | |||
:* This utility is used when generating PDFs | |||
:* Install the appropriate version of OpenOffice for your system from http://www.openoffice.org/download/ | |||
:* Add the following command to your system startup process: | |||
::<tt>soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard</tt> | |||
{{Note|If you have a problem with glibc library version incompatibility while installing OpenOffice 3.4.x (usually happens on RedHat with version 5.6 and lower), you should download and install [http://ftp.rz.tu-bs.de/pub/mirror/openoffice-archive/stable/3.2.0/ OpenOffice 3.20]}} | |||
|-valign="top" | |-valign="top" | ||
|Memcached | |Memcached | ||
| | | | ||
;Memcached 1.4. | ;Memcached 1.4.10 or later for caching: | ||
:* Memcached can be downloaded from http://memcached.org/<br/> | :* Memcached can be downloaded from http://memcached.org/<br/> | ||
:* Memcached requires installation of <tt>libevent</tt> library version | :* Memcached requires installation of <tt>libevent</tt> library version 2.0.16 (An event notification library) for your Operating System. It can be downloaded from http://www.monkey.org/~provos/libevent/ | ||
:* ''Learn More:'' [[Configuring memcached]] | :* ''Learn More:'' [[Configuring memcached]] | ||
|-valign="top" | |-valign="top" | ||
| | | Web Server || | ||
;'''Optional''': | ;'''Optional, but Recommended''': | ||
;Apache HTTP server 2.2. | ;Apache HTTP server 2.2.21: | ||
:*The following modules must be compiled into Apache during installation: | :*The following modules must be compiled into Apache during installation: | ||
::<tt>mod_proxy</tt> | ::<tt>mod_proxy</tt> | ||
Line 43: | Line 66: | ||
::<tt>mod_expires</tt> | ::<tt>mod_expires</tt> | ||
::<tt>mod_headers</tt> | ::<tt>mod_headers</tt> | ||
:*Instructions are provided on how to configure the Apache HTTPD server so that it can be in front of the Tomcat server | :*Instructions are provided on how to configure the Apache HTTPD server so that it can be in front of the Tomcat server to serve static content | ||
::[[Configuring Apache | ::[[Installing and Configuring Apache for Use with the Platform]] | ||
|} | |} | ||
<noinclude> | |||
[[Category:Installation]] | [[Category:Installation]] | ||
</noinclude> |
Latest revision as of 02:05, 19 March 2014
Software Requirements
Operating System |
| ||
Java |
| ||
MySQL Server |
| ||
Libraries | Download these third-party libraries to a folder of your choosing. You'll provide the location of that folder during the installation, to integrate them into the system. | ||
Mail Server |
| ||
OpenOffice |
| ||
Memcached |
| ||
Web Server |
|