Skip to main content

Connect the iGrafx platform to the database

In a new installation, opening the platform URL (for example http://localhost:8080) forwards you to an Installation page where you finish setup in the browser. It has two sections: General Settings and Database Settings.

Prerequisites

Steps

General settings

The General Settings section of the Installation page.

  1. Set the Administrator Username and Administrator Password — the initial user who can sign in after setup. You can keep this user or delete it later, for example once you've connected Active Directory and have real administrative users.
  2. Set the Site URL to the DNS name you want for the application. Use a valid, reachable URL — if unsure, keep the default (the hostname and port you opened the site with, such as http://localhost:8080). You can change it later in the Administration area. An invalid URL can cause problems: you may lose access to the application, platform emails may carry the wrong URL, and the REST API documentation may be unreachable.

Database settings

Provide the details for connecting to the database. The fields depend on the Database Type; the common, recommended setup is Microsoft SQL Server over JDBC.

The Database Settings section of the Installation page for MS SQL.

  1. In Database Name, enter the database from the Create the databases step.
  2. In Database User and Database Password, enter the user from the Create the database user step.
  3. Fill in the remaining fields, then click Test Connection to confirm they're correct.
  4. Click Install iGrafx Platform. When it finishes, the login screen appears — sign in with the administrator account you created.