-
Install clean Sitecore 8.1
-
Drop Sitecore.Kernel to
sc.libfolder. -
Modify the following two settings in
src/TdsGlobal.configor addsrc/TdsGlobal.config.userwith overrides under<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">:
<SitecoreWebUrl>http://your-reactor/</SitecoreWebUrl>
<SitecoreDeployFolder>your-reactor-Sitecore-sandbox-path</SitecoreDeployFolder>
- Deploy in Debug configuration via TDS from VS.
- Copy the
sitecorefolder fromsrc\Reactor.Itemsto yourdata\serialization\masterfolder and update database. - Deploy the output of the Web project with a script or manually.
- Don't forget including the web.config. It contains much needed settings for ReactJS.NET to work.