Difference between revisions of "Software Requirements"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 4: Line 4:
|-valign="top"
|-valign="top"
|Operating System||
|Operating System||
*Red Hat Linux ES release 4 (Kernel version greater or equivalent to 2.6.9-xx) or any Other Distribution of Linux with kernel version greater or equivalent to 2.6.9)
* RedHat Enterprise Linux Server Release 5 (recommended)
*64 bit OS recommended
* Red Hat Linux ES release 4 (Kernel version greater or equivalent to 2.6.9-xx)
*With Perl Installed (compatible with MySQL Server)
* any Other Distribution of Linux with kernel version greater or equivalent to 2.6.9
* 64 bit OS recommended
* With Perl Installed (compatible with MySQL Server)
|-valign="top"
|-valign="top"
|Java||
|Java||
Line 30: Line 32:
|Memcached
|Memcached
|
|
;Memcached 1.4.5 or later for caching:
;Memcached 1.4.10 or later for caching (recommended):
;Memcached 1.4.5 (minimum):
:* 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 1.2.4 (An event notification library) for your Operating System. It can be downloaded from http://www.monkey.org/~provos/libevent/
:* Memcached requires installation of <tt>libevent</tt> library version 1.2.4 (An event notification library) for your Operating System. It can be downloaded from http://www.monkey.org/~provos/libevent/
Line 37: Line 40:
|Other Software Requirements||
|Other Software Requirements||
;'''Optional''':
;'''Optional''':
;Apache HTTP server 2.2.4 - Recommended:
;Apache HTTP server 2.2.21 - Recommended:
:*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>

Revision as of 23:51, 12 January 2012

Software Requirements

Operating System
  • RedHat Enterprise Linux Server Release 5 (recommended)
  • Red Hat Linux ES release 4 (Kernel version greater or equivalent to 2.6.9-xx)
  • any Other Distribution of Linux with kernel version greater or equivalent to 2.6.9
  • 64 bit OS recommended
  • With Perl Installed (compatible with MySQL Server)
Java
  • J2SE 6.0 (JDK version 1.6.0, release _02 or above)
MySQL Server
  • MySQL Version 5.1.xx (Community Edition or Community Enterprise Edition)
  • MySQL Client
  • MySQL Shared libraries
  • MySQL Shared compatibility libraries
  • MySQL Headers and libraries
Mail Server
Mail Server Configuration
  • Choose any of postfix, sendmail, etc.
  • This mail server should run on TCP Port 25
  • The mail server should always be up and running for the platform functionality to work as expected
  • Test and verify the Mail Server MTA (Mail Transfer Agent) with this command:
echo "test mail" | mail -s "hello" admin-name@myserviceproviderdomain.com
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.
Memcached
Memcached 1.4.10 or later for caching (recommended)
Memcached 1.4.5 (minimum)
Other Software Requirements
Optional
Apache HTTP server 2.2.21 - Recommended
  • The following modules must be compiled into Apache during installation:
mod_proxy
mod_ssl
mod_expires
mod_headers
  • 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 to Serve Static Content