Skip to content

Demo for the Sitecore User Group Switzerland 2014. It covers the topic "Three-layered architecture with Sitecore MVC and Glass Mapper".

License

Notifications You must be signed in to change notification settings

SUGCH/ThreeLayeredArchitectureWithSitecore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sitecore User Group Switzerland 2014 Demo

this is the demo code for the Sitecore User Group Switzerland 2014. It covers the topic "Three-layered architecture with Sitecore MVC and Glass Mapper" and was built against Sitecore 8 rev.140922.

Installation

  • Install Sitecore 8 somewhere on your local machine

  • Checkout this repository on another location on your local machine

  • Add needed assemblies into the lib folder (see README in folder for more information)

  • Change SerializationFolder in SUGCH2014.config to your source code folder

  • Change Web Deploy folder to your Sitecore installation website root folder and deploy the website

  • Add the following assembly redirect to your web.config node configuration/runtime/assemblyBinding

      <dependentAssembly>
      	<assemblyIdentity name="Ninject" publicKeyToken="c7192dc5380945e7" culture="neutral" />
      	<bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" />
      </dependentAssembly>
    
  • Log into Sitecore as an admin

  • Sync the Sitecore items by executing the sync operation on <domain>/unicorn.aspx

About

Demo for the Sitecore User Group Switzerland 2014. It covers the topic "Three-layered architecture with Sitecore MVC and Glass Mapper".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages