The InstallExpereDM.ps1 (PowerShell) file installs the Expere Database based on input parameters (see parameters below) and adds seed data required to the Types and Stores tables.
Open Windows PowerShell console.
Navigate to the folder where the InstallExpereDM.ps1 file is located.
Run InstallExpereDM.ps1 using following parameters:
Parameter
Description
–DBServer “<host>[,<port>]”
<host> - Required. Fully qualified, short name or IP address of the target host where Expere DB should be installed;
<port> - Optional. TCP port used to host MS SQL Server instance, if not provided then defaults to 1433.