Difference between revisions of "Installation Files"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Installation Files ===
<includeonly>=== Installation Files ===</includeonly>
When you extract the installable <tt>.tar</tt> archive, the <tt>longjump_app_server/</tt> directory is created. That directory can be located wherever you do the extraction, and it can be renamed, so the alias <tt>{appserver_files}</tt> 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 <tt>install_dir</tt> property, so the alias "<tt>{install_dir}</tt>" is used for the runtime file prefix.
==== Pre-Installation File Hierarchy ====
These files and folders are created by the extraction:
 
:;<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>scripts</tt>: This folder contains the application server start/stop script (<tt>longjump</tt>).
: other files used by the installation process
 
==== Post-Installation File Hierarchy ====
==== Post-Installation File Hierarchy ====


When the platform 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>docs</tt>: Store the documents, attachments, and other files uploaded to the 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>tmp</tt>: A work folder used for temporary files.
<noinclude>
 
[[Category:Installation]]
</noinclude>

Latest revision as of 11:51, 20 July 2020

Post-Installation File Hierarchy

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

docs
Store the documents, attachments, and other files uploaded to the platform.
tmp
A work folder used for temporary files.