Documentation Center

Installing Search module in Content Manager

Run a PowerShell script to install the Search module in the Content Manager.

Before you begin

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\Search folder, and run the following command:
    .\cms-import.ps1 -importType <IMPORTTYPE> -cmsUrl "http://cms.example.com:81/"
    where:
    -importType
    module-and-permissions
    Installs the Search module and sets rights and permissions for the default User Groups in the Content Manager (default setting).
    module-only
    Only installs the Search module.
    permissions-only
    Only sets rights and permissions for the default User Groups in the imported Content Manager.
    -cmsUrlWeb address of the Content Manager Explorer.
    (optional) cmsUserNameThe username used for the authentication.
    (optional) cmsUserPasswordThe password for the provided username.
    (optional) cmsAuthThe authentication type; possible values are: Windows (default), and Basic. You can use the Basic authentication type, in case your Content Manager Server requires credentials other than Windows credentials.