Documentation Center

Installing 51Degrees module in Content Manager

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

Before you begin

Download the 51Degrees module from the following location: https://docs.sdl.com/DXA/1.5/Modules/51Degrees/Download/.

Procedure

  1. Access your SDL Digital Experience Accelerator installation media.
  2. Open a PowerShell command prompt in the Run as administrator mode.
  3. Go to the modules\51Degrees folder and run the following command:
    .\cms-import.ps1 -importType IMPORTTYPE -cmsUrl "https://cms.example.com:81/"
    where:
    -importType
    module-and-permissions
    Installs the 51Degrees module and sets rights and permissions for the default User Groups in the Content Manager (default setting).
    module-only
    Only installs the 51Degrees 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.
    -licenseKeyThe 51Degrees license key. If you leave this field empty, the module will start in the Lite version.
    (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.