Skip to content

Kentico/LearningKit-Mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛈 This repository is intended as a read-only source of information, and contributions by the general public are not expected.

LearningKit

LearningKit is a functional website for learning purposes. It demonstrates how to implement various Kentico Xperience features on MVC websites in the form of code snippets, which you can run if you connect the website to a Kentico Xperience database. See Kentico Xperience sample sites for a detailed description of this and other Xperience sample sites.

Instructions for running the LearningKit project

  1. Install Kentico Xperience in the ASP.NET MVC 5 development model. When choosing the installation type, select New site.
  2. Set the Presentation URL of the new site to the URL where you plan to run the LearningKit project.
  3. Enable web farms in automatic mode.
  4. Rename the LearningKit\ConnectionStrings.config.template file to ConnectionStrings.config.
  5. Rename the LearningKit\AppSettings.config.template file to AppSettings.config.
  6. Copy the CMSConnectionString connection string from the Xperience administration application's web.config file to the LearningKit\ConnectionStrings.config file.
  7. Copy the CMSHashStringSalt app setting from the Xperience administration application's web.config file to the LearningKit\AppSettings.config file.
  8. Open the LearningKit.sln solution in Visual Studio and run the LearningKit web application.

Accessing older version of the repository

You can find older versions of the LearningKit project under the Releases section (open the corresponding commit for the required version and click Browse files).

Quick links: