Documentation Center

Installing SDL Web Experience Optimization module in Web application in 2013 SP1 (.NET)

Installing the SDL Web Experience Optimization module allows your targeted content created in Experience Optimization to display on your site.

Before you begin

  • Make sure you have FredHopper version 7.5.x+ of FredHopper Access Server installed and configured. For more information, see SDL SmartTarget 2014 SP1 documentation.
  • Make sure you are running the PowerShell script from a machine that has access to your Content Data Store database, for example the machine that hosts the SDL Digital Experience Accelerator 1.5 Web application.

Procedure

  1. Access your SDL Digital Experience Accelerator installation media.
  2. Open a PowerShell command prompt in the administrator mode.
  3. Go to the modules\ExperienceOptimization\web\2013sp1 folder and run the following command:
    & '.\web-install.ps1' -distDestination "c:\inetpub\wwwroot\mysite" -SmartTargetTempDir "C:\temp\smarttarget"
    where:
    ParameterDescritpion
    -distDestinationThe location of your site directory.
    -fhHostedEnvironmentThe URL of the hosted or cloud environment.
    -fhIndexServerUrlThe location the IndexServer.
    -fhIndexServerUsernameThe username of the IndexServer
    -fhIndexServerPasswordThe password for the IndexServer.
    -fhIndexServerDeploymentLocationThe deployment location of the IndexServer.
    -fhIndexServerDeploymentInstanceNameThe deployment instance name of the IndexServer.
    -fhQueryServerUrlThe location of the QueryServer.
    -fhQueryServerUsernameThe username of the QueryServer
    -fhQueryServerPasswordThe password for the QueryServer
    -SmartTargetTempDirUsed to store temporary files from SDL Digital Experience Accelerator 1.5 When left empty, the default value C:\temp\ is used.

Results

The PowerShell script copies all jars and DLLs required for the Experience Optimization module into the Web Application.