Skip to content

The DevReach sample project demonstrates how to create a simple conference site utilizing the Related Data feature capabilities.

Notifications You must be signed in to change notification settings

Sitefinity/Telerik.Sitefinity.Samples.DevReachConferenceSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevReach conference site

Latest supported version: Sitefinity CMS 11.0.6700.0

Documentation articles: Tutorial: Create DevReach site with related data feature

Overview

The DevReach sample project demonstrates how to create a simple conference site utilizing the Related Data feature capabilities.

Using the DevReach sample, you can:

  • Set up a working solution for conference site
  • Create relations between different type of items
  • Related items in the back end and easily display them in the front end
  • View examples of RelatedData API

Prerequisites

  • You must have a Sitefinity CMS license.
  • Your setup must comply with the system requirements.
    For more information, see the System requirements for the respective Sitefinity CMS version.

Installation

  1. Restore the database.
    a. In SQL Management Studio, open the context menu of Databases and click Restore Database...
    b. Select Device >> ... >> Add and navigate to the ~\SitefinityWebApp folder and select.
    c. Select the DevReach.bak file and click OK >> OK >> OK.

  2. Modify the connection string.
    a. Open the downloaded project in Visual Studio.
    b. In the Solution Explorer, navigate to SitefinityWebApp >> App_Data >> Sitefinity >> Configuration.
    b. Open the DataConfig.config file and modify the connectionString value to match your server address.
    c. Build the solution.

  3. Clear the NuGet cache files.
    a. Open the BugTracker solution file in Visual Studio.
    b. In the toolbar, navigate to Tools >> NuGet Package Manager >> Package Manager Settings.
    c. In the left pane, navigate to NuGet Package Manager >> General.
    d. Click Clear All NuGet Cache(s).

  4. Restore the NuGet packages in the solution.

    NOTE: The solution in this repository relies on NuGet packages with automatic package restore while the build procedure takes place.
    For a full list of the referenced packages and their versions see the packages.config file.
    For a history and additional information related to package versions on different releases of this repository, see the Releases page.

    a. Navigate to Tools >> NuGet Package Manager >> Package Manager Console.
    b. In Source, select Sitefinity CMS NuGet Repository.
    c. Click Restore button.

Login

  1. In the context menu of SitefinityWebApp, click View >> View in Browser.
    After the project initializes, the License activation page appears.
  2. Activate your license.
    For more information, see Activate a license.
  3. To login into the Sitefinity CMS backend, use the following credentials:
    Username: admin
    Password: password

Additional resources

Youtube video:

Check the follow up video for the Sitefinity partner webinar aired on 08 April 2014.
Related Content

Progress Sitefinity CMS Documentation:

Sitefinity CMS enables you relate content to any other content, thus relating items of different types. For developer documentation about this powerful Related data field can be at Content relations: Related data.

About

The DevReach sample project demonstrates how to create a simple conference site utilizing the Related Data feature capabilities.

Resources

Stars

Watchers

Forks

Packages

No packages published