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.
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.
2.2 IRIS Service Configuration
Fill in the IRIS Service configuration details as prompted, then click Next.
2.3 SQL Server Configuration
Enter the SQL Server details as required for IRIS to connect and click Next.
2.4 IRIS IIS Configuration
Adjust the IIS configuration settings as needed, then click Next to proceed.
2.5 SMTP Configuration
Complete the SMTP configuration, filling out each option as prompted:
- First option: Fill in the necessary information and click Next.
- Second option: Enter details and proceed by clicking Next.
- Third option: Complete the required fields and click Next.
- Fourth option: Enter information as prompted and click Next.
- Fifth option: Fill in the final SMTP settings and click Next.
2.6 Ready to Install – Click Next
Once all configuration settings are complete, click Next to start the installation process.
2.7 Setup Window – Click OK
A setup confirmation window will appear. Click OK to confirm the installation.
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.
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
MSSqlScriptsfolder (located in the Iris installation directory): – Modify the first command: updateUSE [IrisDB]to use the chosen database name. – Modify the last command: updateALTER DATABASE [IrisDB] SET READ_WRITEto reflect the new database name. - Execute the SQL script to create the necessary tables.