Difference between revisions of "Installation Files"

From AgileApps Support Wiki
imported>Aeric
 
imported>Aeric
Line 1: Line 1:
=== Installation Files ===
=== Installation Files ===
When you extract the installable tar file, <tt>longjump_app_server</tt> is created. This folder is typically used for the LongJump installation, but it could be renamed, so the alias "<tt>longjump_installation</tt>" is used throughout these pages.  
When you extract the installable tar file, <tt>longjump_app_server</tt> is created. This folder is typically used for the installation, but it could be renamed, so the alias "<tt>{install_dir}</tt>" is used throughout these pages.  
   
   
==== Pre-Installation File Hierarchy ====
==== Pre-Installation File Hierarchy ====
These files and folders are created by the extraction:  
These files and folders are created by the extraction:  


:; <tt>LongJump_Version</tt>: Contains the version number for the LongJump Installable.
:; <tt>LongJump_Version</tt>: Contains the version number for the installable.
:; <tt>apache-tomcat-6.0.20.tar.gz</tt>: The tomcat archive file, pre-configured with the default settings for the LongJump platform. This tar file is extracted by <tt>configure.pl</tt> script to configure and install LongJump.
:; <tt>apache-tomcat-6.0.20.tar.gz</tt>: The tomcat archive file, pre-configured with the default settings for the platform. This tar file is extracted by <tt>configure.pl</tt> script and used to configure and install the platform.
:; <tt>configure.pl</tt>: The installation script that reads the [[installation.properties]] file, installs, and configures LongJump.
:; <tt>configure.pl</tt>: The installation script that reads the [[installation.properties]] file, installs, and configures the platform.
:; <tt>installation.properties</tt>: Used to configuration LongJump's installation options.
:; <tt>installation.properties</tt>: Used to configure the installation options.
:; <tt>db</tt>: Contains the dump files for default databases (<tt>db1000</tt>, <tt>db892085391</tt>, and <tt>relationals</tt>) that are used to install a fresh instance of LongJump.
:; <tt>db</tt>: Contains the dump files for default databases (<tt>db1000</tt>, <tt>db892085391</tt>, and <tt>relationals</tt>) that are used to install a fresh instance of the platform.
:; <tt>db/patches</tt>: This file contains db SQL scripts used to upgrade LongJump database instances during platform upgrades.
:; <tt>db/patches</tt>: This file contains db SQL scripts used to upgrade database instances during platform upgrades.
:; <tt>scripts</tt>: This folder contains the following files:
:; <tt>scripts</tt>: This folder contains the following files:
::* <tt>longjump</tt>: The application server start/stop script.
::* <tt>longjump</tt>: The application server start/stop script.
Line 17: Line 17:
==== Post-Installation File Hierarchy ====
==== Post-Installation File Hierarchy ====


When LongJump is installed, these additional folders are created:
When the platform is installed, these additional folders are created:
:;<tt>tomcat</tt>: Contains a fully-configured instance Apache Tomcat, created using the settings in the [[installation.properties]] file.
:;<tt>tomcat</tt>: Contains a fully-configured instance Apache Tomcat, created using the settings in the [[installation.properties]] file.
:;<tt>docs</tt>: Store the documents, attachments, and other files uploaded to the LongJump platform.
:;<tt>docs</tt>: Store the documents, attachments, and other files uploaded to the platform.
:;<tt>temp</tt>: A work folder used for temporary files.
:;<tt>temp</tt>: A work folder used for temporary files.

Revision as of 23:50, 22 June 2011

Installation Files

When you extract the installable tar file, longjump_app_server is created. This folder is typically used for the installation, but it could be renamed, so the alias "{install_dir}" is used throughout these pages.

Pre-Installation File Hierarchy

These files and folders are created by the extraction:

LongJump_Version
Contains the version number for the installable.
apache-tomcat-6.0.20.tar.gz
The tomcat archive file, pre-configured with the default settings for the platform. This tar file is extracted by configure.pl script and used to configure and install the platform.
configure.pl
The installation script that reads the installation.properties file, installs, and configures the platform.
installation.properties
Used to configure the installation options.
db
Contains the dump files for default databases (db1000, db892085391, and relationals) that are used to install a fresh instance of the platform.
db/patches
This file contains db SQL scripts used to upgrade database instances during platform upgrades.
scripts
This folder contains the following files:
  • longjump: The application server start/stop script.
  • lj-license-generator: Script used to generate Platform License requests.

Post-Installation File Hierarchy

When the platform is installed, these additional folders are created:

tomcat
Contains a fully-configured instance Apache Tomcat, created using the settings in the installation.properties file.
docs
Store the documents, attachments, and other files uploaded to the platform.
temp
A work folder used for temporary files.