Difference between revisions of "Software Requirements"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 42: | Line 42: | ||
::<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" | |-valign="top" | ||
Line 71: | Line 62: | ||
:*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 | :*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 | ||
::[[Installing and Configuring Apache for Use with the Platform]] | ::[[Installing and Configuring Apache for Use with the Platform]] | ||
|-valign="top" | |||
| OpenOffice (optional) || | |||
;OpenOffice 3.2.0 or higher: | |||
:* This utility is required when generating PDFs from MS Word [[Document Templates]] | |||
:* 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]}} | |||
|} | |} | ||
<noinclude> | <noinclude> |
Revision as of 22:19, 2 August 2013
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 |
| ||
Memcached |
| ||
Web Server |
| ||
OpenOffice (optional) |
|