Skip to content

Run locally

Mihail Yankov edited this page Apr 7, 2018 · 1 revision

You need a sitefinty project up and running.
Clone this project on local machine.
Open your sitefinity solution add existing package to Sitefinity.LibraryItemsDownloader.csproj. Right click on your Sitefinity Web project and add project reference to Sitefinity.LibraryItemsDownloader

Configure the assembly redirect in web.config. See installations page.

There are 4 dependency .dll-s:

  • Telerik.OpenAccess.dll
  • Telerik.Sitefinity.dll
  • Telerik.Sitefinity.Model.dll
  • Telerik.Sitefinity.Utilities.dll

If your sitefinity project uses nuget.sitefinity.com, you can replace this dependencies from sitefinity's nuget.

NOTE: You do not need the unit tests project.

Clone this wiki locally