Difference between revisions of "Installing a New Application Server"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric m (Text replace - '1.6' to '1.7') |
||
Line 13: | Line 13: | ||
#Login to a command shell | #Login to a command shell | ||
#Set the <tt>JAVA_HOME</tt> environment variable used by the installation/upgrade script to create configuration settings. For example: | #Set the <tt>JAVA_HOME</tt> environment variable used by the installation/upgrade script to create configuration settings. For example: | ||
#:<tt>export JAVA_HOME=/opt/jdk1. | #:<tt>export JAVA_HOME=/opt/jdk1.7.0_nn/</tt> | ||
#Go to the directory where the install will occur. For example: | #Go to the directory where the install will occur. For example: | ||
#:<tt>cd /opt/{{BrandLabel}}_platform</tt> | #:<tt>cd /opt/{{BrandLabel}}_platform</tt> |
Revision as of 22:42, 2 August 2013
The Application Server is provided as a compressed Linux file: longjump_app_server.tar.gz. The file must be unpacked (uncompressed). Instructions are provided for First-Time Installation and Upgrades.
- Considerations
- By default, the application server is installed to this destination directory: /~dirname/longjump_app_server, where /~dirname is defined in installation.properties as the install_dir parameter
- Upgrades to the application server should use the same destination directory
- Unpacking the .tar.gz file overwrites the longjump_app_server file in the destination directory
- Optionally, specify an install_dir path in the installation.properties file
- This destination path should be used for future upgrades
First-Time Installation
If the platform has been previously installed on this server, follow the instructions at Upgrades. Otherwise:
- Review the Installable Version Release Notes.
- Login to a command shell
- Set the JAVA_HOME environment variable used by the installation/upgrade script to create configuration settings. For example:
- export JAVA_HOME=/opt/jdk1.7.0_nn/
- Go to the directory where the install will occur. For example:
- cd /opt/LongJump_platform
- Copy the archive to that directory.
- Unpack it: tar xvfz longjump_app_server.tar.gz
The longjump_app_server/ folder is created. - Go to the installation folder: cd longjump_app_server
- Edit installation.properties, 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.
- Run the installation script: #./configure.pl
The application server is installed. - Set up LONGJUMP_HOME
- Install the Chart Handling Libraries
(These libraries can also be added later. They are required to email a chart or report.) - Start the Application Server
- Request a Platform License for each instance of the Application Server