Versions Compared

Key

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

Note: This page is under construction. 

Note: The instructions described here applies to openIMIS version 1.3.0 and later. 

Install IIS

In Windows Server, follow these steps to install IIS:

  1. In the Server ManagerDashboardAdd Roles and Features

  2. Select Role-based or feature-based installation

  3. Select your server from the server pool, and select your server from the list

  4. In Server Roles → select Web Server (IIS)Add Features

  5. In Features

    1. Select .NET Framework 3.5

    2. Select .NET Framework 4.6 and ASP.NET 4.6 (or later)

  6. In Web Server Role (IIS) Role Services

    1. In Web Server, ensure that Common HTTP FeaturesStatic Content is ticked

    2. In Application Development, select .NET Extensibility, ASP, ASP.NET, ISAPI Extensions, ISAPI Filters and Websocket Protocol

    3. Management tools → tick all boxes

  7. Click on Install and wait for the features to be installed

  8. Restart the server if required

Deploy openIMIS Web Application

Download and unzip the release from Github web_app_vb repository into a new folder under the IIS wwwroot (e.g. C:\inetpub\wwwroot\openIMIS.1.3.0).

Configure IIS

The configuration of IIS done through Internet Information Service (IIS) Manager.

Add a site

In Internet Information Service (IIS) Manager:

...

  1. In the Registry Editor, select HKEY_LOCAL_MACHINE → System → CurrentControlSet → Services → Eventlog
  2. Right-click on the EventLog Node, select Permission. Give full permissions to IIS_IUSRS, as described in the above paragraph (Assign permission to source folders)
  3. Now repeat the same steps for Eventlog → Security node, as it can be required depending on the server’s environment


Open the application

Open your Internet browser and type the following URL in the browser address bar: http://localhost/

You can connect with the admin default credentials:

  • Login name: Admin
  • Password: Admin





Previous step | Go to parent Table of content | Next step