Difference between revisions of "Installation Files"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 7: Line 7:
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 installable.
:; <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 the platform.
:; <tt>configure.pl</tt>: The installation script that reads the [[installation.properties]] file, installs, and configures the platform.
:; <tt>installation.properties</tt>: Used to configure the 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 the platform.
:; <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.
::* <tt>lj-license-generator</tt>: Script used to generate [[Platform License]] requests.
::* <tt>lj-license-generator</tt>: Script used to generate [[Platform License]] requests.
:; other files used by the installation process


==== Post-Installation File Hierarchy ====
==== Post-Installation File Hierarchy ====

Revision as of 23:32, 13 September 2013

Installation Files

When you extract the installable .tar archive, the longjump_app_server/ directory is created. That directory can be located wherever you do the extraction, and it can be renamed, so the alias {appserver_files} is used as the prefix in this guide.

That folder is typically where the runtime files are installed, but the location can be changed by setting the install_dir property, so the alias "{install_dir}" is used for the runtime file prefix.

Pre-Installation File Hierarchy

These files and folders are created by the extraction:

configure.pl
The installation script that reads the installation.properties file, installs, and configures the platform.
installation.properties
Used to configure the installation options.
scripts
This folder contains the following files:
  • longjump: The application server start/stop script.
  • lj-license-generator: Script used to generate Platform License requests.
other files used by the installation process

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.