You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
Home > Setup Guide > InteractivAI 4.2 Setup Guide
InteractivAI 4.2 Setup Guide
print icon

This section is meant for installers and administrators only.

Use the information in this section to install and start InteractivAI.

To install InteractivAI, run the installer package for Microsoft Windows or Linux.

Note: Do not install new versions of the application into an existing InteractivAI directory. If you currently have a version of InteractivAI3.x installed, do not attempt to install InteractivAI 4.x in the same directory as 3.x.

Windows Installation

When installing on Windows, you can specify the following options:

Installation Option

Description

Create desktop shortcut Creates a shortcut on your desktop. Selected by default.
License server or file Enter the path and filename for the license file or the url for the license server.
Database name The name of the database to hold the settings and information. Default is Default (changing the database name is not recommended).
Use SSL for Remote DB Connection Select to use SSL for connecting to a remote database. Blank by default.
DB server or Connection String The database server or the connection string for the database. Default is InteractivAI4 by default (changing the connection string is not recommended).
Use embedded web browser Starts InteractivAI in embedded mode, using the built-in browser. Blank by default. This mode is not recommended.
Enable verbose logging Enables the verbose logging mode for logs and messages. Blank by default.

 

Note: If you select Use embedded web browser, InteractivAI will not run in remote mode, and will use the built-in browser. You can change this option by adjusting the desktop shortcut or Start menu option, and adding -r to the Target command screen. For example, "C:\Program Files\Bluware\InteractivAIDesktop-4.1.0\bin\InteractivAIDesktop.exe" -r.

 
 
Linux Installation
 
1. Open a terminal and type the following command to create a destination file for the download so MongoDB can be installed directly using yum. Open the Vi editor using the following command:
  sudo vi /etc/yum.repos.d/mongodb-org-5.0.repo
 
2. In Vi, type i to insert the following information into the mongodb-org-5.0.repo file:
   [mongodb-org-5.0]
  name=MongoDB Repository
  baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodborg/5.0/x86_64/
  gpgcheck=1
  enabled=1
  gpgkey=https://www.mongodb.org/static/pgp/server-5.0.asc
 
3. Press the ESC key to save.
 
4. Type: wq to write out and quit the file.
 
5. Run the following command:
  sudo yum install -y mongodb-org 
 
6. Run the following command:
  sudo yum install -y mongodb-org-5.0.5 mongodb-org-database-5.0.5 mongodborg-server-5.0.5 mongodb-org-shell-5.0.5 mongodb-org-mongos-5.0.5 mongodb-org-tools-5.0.5
 
7. Run the MongoDB service:
  sudo systemctl start mongod
 
8. Check the status of the MongoDB service:
  sudo systemctl status mongod
 
9. Install InteractivAI using yum:
  sudo yum install -y InteractivAIDesktop-xxxx.rpm
Feedback
0 out of 0 found this helpful

Attachments

IAI_4.2_Install_Guide.pdf InteractivAI_Desktop_Technical_Bulletin.pdf
scroll to top icon