Difference between revisions of "Software Requirements"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 80: | Line 80: | ||
| | | | ||
;Mail Server Configuration: | ;Mail Server Configuration: | ||
:*Choose any | :*Choose any postfix, sendmail or so on. | ||
:* | :*Run the mail server on TCP Port 25<br>The mail server should always be up and running for the platform functionality to work as expected | ||
:*Test and verify the Mail Server MTA ([http://en.wikipedia.org/wiki/Mail_transfer_agent Mail Transfer Agent]) with the following command: | |||
:*Test and verify the Mail Server MTA ([http://en.wikipedia.org/wiki/Mail_transfer_agent Mail Transfer Agent]) with | |||
::<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. | ||
Line 92: | Line 91: | ||
| | | | ||
;Memcached 1.4.10 for caching: | ;Memcached 1.4.10 for caching: | ||
:* Memcached | :*Downloaded Memcached from http://memcached.org/<br/> | ||
: | ::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/. | ||
: | ::For more information, see [[Configuring memcached]]. | ||
;Ehcache for caching: | ;Ehcache for caching: | ||
: | ::Ehcache is available in the Common Tomcat profile. For more information, see [[Configuring Ehcache]]. | ||
|-valign="top" | |-valign="top" | ||
Line 104: | Line 101: | ||
;Optional, but Recommended: | ;Optional, but Recommended: | ||
;Apache HTTP server 2.2.21: | ;Apache HTTP server 2.2.21: | ||
: | ::The Apache web server can be placed in front of the Tomcat appserver to deliver static content more efficiently. | ||
: | ::It is recommended for systems with large numbers of [[Static Resources]] and Documents | ||
: | ::The following modules must be compiled into Apache during installation: | ||
::<tt>mod_proxy</tt> | ::<tt>mod_proxy</tt> | ||
::<tt>mod_ssl</tt> | ::<tt>mod_ssl</tt> | ||
::<tt>mod_expires</tt> | ::<tt>mod_expires</tt> | ||
::<tt>mod_headers</tt> | ::<tt>mod_headers</tt> | ||
: | ::For more information, see [[Installing and Configuring Apache for Use with the Platform]]. | ||
|-valign="top" | |-valign="top" | ||
Line 121: | Line 118: | ||
:*Chrome 48.0.2564 (Minimum requirement) | :*Chrome 48.0.2564 (Minimum requirement) | ||
;Process Model: | ;Process Model: | ||
:* | :*Does not support Internet Explorer | ||
:* | :*Does not support Microsoft Edge | ||
:*Firefox 32 (Minimum requirement) | :*Firefox 32 (Minimum requirement) | ||
:*Chrome 48.0.2564 (Minimum requirement) | :*Chrome 48.0.2564 (Minimum requirement) |
Revision as of 06:10, 17 March 2017
Installing MySQL Version 5.5.xx
Operating System |
|
MySQL Server |
If you are a platform user, see Configure the MySQL Server. |
Libraries | Download the third-party libraries and save it in a folder. You might want to integrate them into the system during the installation. |
Installing MySQL Version 5.7.xx
Operating System |
|
MySQL Server |
If you are a platform user, see Configure the MySQL Server. |
Libraries | Download the third-party libraries and save it in a folder. You might want to integrate them into the system during the installation. |
Required for Basic Platform Functionality
Mail Server |
|
Cache |
|
Web Server |
|
Browser Support |
|
Required for Additional Functionality
OpenOffice (optional) |
| ||
HornetQ (optional) |
| ||
Charting Libraries (optional) |
Additional libraries are needed to email a chart or report. Learn more: Install the Chart Handling Libraries |