Difference between revisions of "Installing a New Application Server"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 2: Line 2:
# Review the [[Installable Version Release Notes]].
# Review the [[Installable Version Release Notes]].
# Ensure that all database servers and web servers are configured to be in the same timezone, regardless of where they are geographically located.
# Ensure that all database servers and web servers are configured to be in the same timezone, regardless of where they are geographically located.
#Login to a command shell
# ...
#<s>Set the <tt>JAVA_HOME</tt> environment variable used by the installation/upgrade script to create configuration settings. For example:
# [[#Start the Application Server|Start the Application Server]] to verify that everything is working.
#:<tt>export JAVA_HOME=/opt/jdk1.7.0_nn/</tt>
# Install the [[Platform License]]
#Go to the directory where the install will occur. For example:
#:<tt>cd /opt/{{BrandLabel}}_platform</tt>
#Copy the archive to that directory.
#Unpack it: <tt>tar xvfz longjump_app_server.tar.gz</tt><br/>The <tt>longjump_app_server/</tt> folder is created.</s>
# Go to the installation folder.
#Edit the <tt>[[installation.properties]]</tt> file to specify the settings for this instance.
#Save the file and make a copy of it.
#*''The settings must be the same for subsequent upgrades.''
#<s>Run the installation script: <tt>#./configure.pl</tt><br/>The application server is installed.
#Set up [[LONGJUMP_HOME]]</s>
#Install the [[Platform License]]
#[[Install the Chart Handling Libraries]]<br>(These libraries can also be added later. They are required to email a chart or report.)
#[[#Start the Application Server|Start the Application Server]]


{{Important|<br>
 
If you plan to enable [[Java Code Governors]] and you are installing on Red Hat 6, be sure to carry out the [[Additional Installation Step for RedHat 6]].}}
# [[Install the Chart Handling Libraries]] (required to email a chart or report.
# To enable [[Java Code Governors]] on Red Hat 6, carry out the [[Additional Installation Step for RedHat 6]].
<noinclude>
<noinclude>


[[Category:Installation]]
[[Category:Installation]]
</noinclude>
</noinclude>

Revision as of 21:54, 18 September 2015

Configuring the Application Server for a New Installation

  1. Review the Installable Version Release Notes.
  2. Ensure that all database servers and web servers are configured to be in the same timezone, regardless of where they are geographically located.
  3. ...
  4. Start the Application Server to verify that everything is working.
  5. Install the Platform License


  1. Install the Chart Handling Libraries (required to email a chart or report.
  2. To enable Java Code Governors on Red Hat 6, carry out the Additional Installation Step for RedHat 6.