Difference between revisions of "Installation Files"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 18: | Line 18: | ||
:;<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>temp</tt>: A work folder used for temporary files. | ||
<noinclude> | |||
[[Category:Installation]] | |||
</noinclude> |
Revision as of 21:47, 2 October 2013
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 application server start/stop script (longjump).
- 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.