Difference between revisions of "Software Requirements"
imported>Aeric |
imported>Aeric |
||
Line 84: | Line 84: | ||
:*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 the following command: | ||
::<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. | |||
<span id="Cache"></span> | <span id="Cache"></span> | ||
Line 92: | Line 92: | ||
;Memcached 1.4.10 for caching: | ;Memcached 1.4.10 for caching: | ||
:*Downloaded Memcached from http://memcached.org/<br/> | :*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/. | ::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" | ||
| Web Server || | | Web Server || | ||
;Apache HTTP server 2.2.21 (Optional, but recommended): | ;Apache HTTP server 2.2.21 (Optional, but recommended): | ||
The Apache web server can be placed in front of the Tomcat appserver to deliver static content more efficiently.<br>It is recommended for systems with large numbers of [[Static Resources]] and Documents<br>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: | ||
:*Firefox 32 (Minimum requirement) | :*Firefox 32 (Minimum requirement) | ||
:*Chrome 48.0.2564 (Minimum requirement) | :*Chrome 48.0.2564 (Minimum requirement) | ||
As part of the security processes, the '''Remember me on this computer''' option is removed from the browser's login page. | |||
|} | |} | ||
Revision as of 06:28, 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 |
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.
|
Cache |
Ehcache is available in the Common Tomcat profile. For more information, see Configuring Ehcache. |
Web Server |
The Apache web server can be placed in front of the Tomcat appserver to deliver static content more efficiently.
For more information, see Installing and Configuring Apache for Use with the Platform. |
Browser Support |
As part of the security processes, the Remember me on this computer option is removed from the browser's login page. |
Required for Additional Functionality
OpenOffice (optional) |
| ||
HornetQ (optional) |
The Messaging Server is an optional platform component that:
Get HornetQ from http://www.jboss.org/hornetq/downloads.html. For more information, see Installing the Messaging Server. | ||
Charting Libraries (optional) |
Additional libraries are needed to email a chart or a report. For more information, see Install the Chart Handling Libraries. |