Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this page:

Table of Contents
maxLevel4
excludeRelated articles
printablefalse

The latest 

Companyname
 software release can be found at http://www.agiloft.com/ewdownload.
Companyname
 installers are native executable files for each OS. The Linux installer file name will be in this form:

...

The same steps are executed whether you are in GUI or console mode. Below is an installation session run in console mode, with comments.

Begin installation

The Linux installer is run as .sh <installer file name>. If you choose the –c option, the installer runs in console mode. It prints a welcome message and recommends closing all other applications – this is optional. Press Enter to continue.

 

Code Block
root# sh Agiloft-summer-2014-release-20387-linux-64bit-setup.sh -c
Unpacking JRE ...
Starting Installer ...
Autodetected configuration file: /etc/EnterpriseWizardConfig.xml
This will install Agiloft on your computer.

It is recommended that you close all other applications before continuing.
OK [o, Enter], Cancel [c]

 

License agreement

You must accept the terms of the 

Companyname
 license agreement to install and use the software.  You may review the terms of the License Agreement at any time by visiting our website. Enter 1 to accept the agreement.

...

The installer gives you the option to import existing knowledgebases.

 

Code Block
Perform or not project restore
Would you like to import existing knowledge bases that were backed up from a previous install?
No [1, Enter], Yes [2]
2

 

  1. Select No [1, Enter] to create a simple Demo KnowledgeBase during installation.
  2. To restore or import a KB from a previous backup, select Yes [2] and enter a path to an existing saved project. Click Next to continue. 

...

When running Setup in fully automatic mode, a list of messages similar to the example below will appear. The URLs it generates will differ for each individual installation. If the user has opted to restore projects, the message with the form “Restore projects from /a/path/to/directory/with/saved/knowlegebases folder” will appear. If the user has opted not to restore projects, then the message “Creating Demo project” will appear instead.

 

Code Block
Reading configuration from file /etc/EnterpriseWizardConfig.xml
Total RAM detected: 3.859127 Gb
Setting installation directory: /usr/local/Agiloft
Unix user enterprisewizard already exists
Unpacking resources
Changing owner of installed files
Installing software
Installing database server
Registering database server
Starting database server
Database connection checking
Installing application server
Registering application server
Creating database space
Configuring web server
Set owner and permissions
Start application server
Restore projects from /a/path/to/directory/with/saved/knowledgebases folder
Agiloft is now installed and configured. System is now accessible from one of the following URLs:
http://172.16.55.1:8080/gui2
http://192.168.0.112:8080/gui2
http://192.168.81.1:8080/gui2
http://localhost:8080/gui2
Note that some URLs may only be accessible from the local network or from this computer. 
Please login to port 80 on the computer to confirm that the connection between the Tomcat JSP server and the web server is working. 
If you cannot access Agiloft on port 80, please try restarting the web server and/or access Tomcat directly on port 8080. 
Please contact your system administrator for more details.

Setup is complete.
[Enter]
Finishing installation...
root#

NGINX Setup

NGINX is installed by default in Linux. NGINX should not be configured on the server after installation, as upgrading the 

Companyname
 version will overwrite any customizations. Instead, any custom domains or certificates for NGINX must always be done in the Setup Assistant. In the Web Server section of the Setup Assistant, you can add the SSL certificates for NGINX, which are required for an HTTPS installation. The steps to create the "crt" and "key" files are described here.

The files may be placed anywhere on the server. For example:
data\MyCerts\multidoc.crt

data\MyCerts\multidoc.key

GLIBC

Starting from release version 2017_02, 

Companyname
 does not support versions of glibc below 2.14.

...