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.
-
Install Sitecore 8 somewhere on your local machine
-
Checkout this repository on another location on your local machine
-
Add needed assemblies into the
libfolder (see README in folder for more information) -
Change
SerializationFolderinSUGCH2014.configto 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.confignodeconfiguration/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