Documentation Center

Installing Media Manager module in Content Manager

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

Before you begin

Download the Media Manager module from the following location: https://docs.sdl.com/DXA/1.4/Modules/MediaManager/Download/.

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\MediaManager folder, and run the following command:
    .\cms-import.ps1 -importType <IMPORTTYPE> -cmsUrl "http://cms.example.com:81/"
    where:
    -importType
    module-and-permissions
    Installs the Media Manager module and sets rights and permissions for the default User Groups in the Content Manager (default setting).
    module-only
    Only installs the Media Manager 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.