Installing DAM Asset Picker on CMS

  • Updated
Description

Installing DAM Asset Picker on CMS

 
Steps

Prerequisites:

  1. EPiServer.CMS.Core 12.8 or a later version.
  2. EPiServer.CMS.UI 12.9 or a later version.

Installation Steps:

  1. Install a CMS site or an Alloy site on your machine by following the instructions provided at the following link: Setting Up an Alloy Site for CMS 12.

  2. Open the solution in Visual Studio 2022, and in the Startup.cs file, add the following line:

    services.AddDAMUi();
  3. Access the Windows Command Line interface (CMD) and run the following command:

    dotnet add package EPiServer.CMS.WelcomeIntegration.UI
  4. Start the site from Visual Studio 2022 and open the CMS admin console. Navigate to any image upload field, and you will see that DAM has been successfully installed.

Additional comments.