< All Topics
Print

IRIS Clean Installation Guide

IRIS Clean Installation Guide

IRIS Clean Installation Guide

1. Prerequisites

Before installing IRIS, ensure the following software and configurations are prepared:

  • Install ASP.NET Core 6.0 Runtime: Download the runtime here.
  • Install IIS (Internet Information Services): This is essential for hosting IRIS on a web server.
  • Install IIS URL Rewrite Module 2: Download it here.
  • Enable HTTPS for IRIS WEB APP: HTTPS is mandatory for secure communication and data protection in IRIS WEB APP. Setting up HTTPS ensures data integrity and privacy.

2. IRIS Installation Steps

2.1 Run the IRIS Setup EXE

Right-Click on the IRIS setup executable file and Run as Administrator to begin the installation.

IRIS Setup EXE

2.2 Select Destination Folder

Do not change the default installation path unless necessary. Click Next to proceed.

  • If the target folder already exists, confirm by clicking Yes.
Select Destination Folder

2.2 IRIS Service Configuration

Fill in the IRIS Service configuration details as prompted, then click Next.

IRIS Service Configuration

2.3 SQL Server Configuration

Enter the SQL Server details as required for IRIS to connect and click Next.

SQL Server Configuration

2.4 IRIS IIS Configuration

Adjust the IIS configuration settings as needed, then click Next to proceed.

IRIS IIS Configuration

2.5 SMTP Configuration

Complete the SMTP configuration, filling out each option as prompted:

  • First option: Fill in the necessary information and click Next.
  • First SMTP Configuration Option
  • Second option: Enter details and proceed by clicking Next.
  • Second SMTP Configuration Option
  • Third option: Complete the required fields and click Next.
  • Third SMTP Configuration Option
  • Fourth option: Enter information as prompted and click Next.
  • Fourth SMTP Configuration Option
  • Fifth option: Fill in the final SMTP settings and click Next.
  • Fifth SMTP Configuration Option

2.6 Ready to Install – Click Next

Once all configuration settings are complete, click Next to start the installation process.

Ready to Install

2.7 Setup Window – Click OK

A setup confirmation window will appear. Click OK to confirm the installation.

Setup Confirmation Window

2.8 Completing the Consist IRIS Setup Wizard – Click Finish

Once the installation is complete, the setup wizard will display a completion screen. Click Finish to close the wizard and finalize the installation.

Completing the Consist IRIS Setup Wizard

3. Post-Installation Checklist

After completing the installation, verify the following:

  • ASP.NET Core 6.0 Runtime is running smoothly.
  • IIS is configured with HTTPS and enabled for IRIS.
  • IIS URL Rewrite Module functions correctly.
  • SMTP Settings are properly configured, if applicable.

If the Service User Does Not Have Permissions to Create the Database

The following steps should be performed by a person with the necessary permissions to create a database and run scripts on SQL Server (e.g., DBA):

  • Manually create the database (default name: IrisDB). Any other name can be used.
  • If a different database name is used, update the SQL script in the MSSqlScripts folder (located in the Iris installation directory):
    – Modify the first command: update USE [IrisDB] to use the chosen database name.
    – Modify the last command: update ALTER DATABASE [IrisDB] SET READ_WRITE to reflect the new database name.
  • Execute the SQL script to create the necessary tables.
תוכן עיניינים