Building DXA sample application with NuGet packages (2013 SP1)

If you want to use NuGet packages framework, you will have to take CD artifacts for the SDL Tridion 2013 SP1 versions from the distribution media and deploy them in the SDL Digital Experience Accelerator web application manually.

Procedure

  1. From cd-layout\web\2013sp1\dist\bin copy the following files to ..\web\src\Site\bin:
    • netrtsn.dll
    • Tridion.ContentDelivery.AmbientData.dll
    • Tridion.ContentDelivery.Configuration.dll
    • Tridion.ContentDelivery.dll
    • Tridion.ContentDelivery.Interop.dll
  2. From cd-layout\web\2013sp1\web-ref copy the following files to ..\web\src\Site\bin:
    • xmogrt.dll
    • the whole config folder
    • the whole lib folder
  3. Copy the following files:
    • To run the staging environment copy:
      1. Copy all files from the cd-layout\web\2013sp1\web-ref-staging\lib directory to the ..\web\src\Site\bin\lib directory.
      2. Copy all files from the d-layout\web\2013sp1\web-ref-staging\config directory to the ..\web\src\Site\bin\config directory.
    • To install the web application using the PowerShell script:
      1. From the cd-layout\web\2013sp1\web-ref-staging\lib directory, copy the license file to the ..\web\src\Site\bin\lib directory.
      2. From the d-layout\web\2013sp1\web-ref-staging\config directory, copy sqljdbc4.jar to the ..\web\src\Site\bin\config directory.
  4. Edit the Unity.config file:
    1. For the ILocalizationResolver type change the mapTo value to CdConfigLocalizationResolver.
    2. For the IContextClaimsProvider type change the mapTo value to AdfContextClaimsProvider.
  5. In the ..\web\src\Site\bin\config directory, change the configuration files to match your environment.