-
Install clean Sitecore 8.1
-
Drop Sitecore.Kernel to
sc.lib
folder. -
Modify the following two settings in
src/TdsGlobal.config
or addsrc/TdsGlobal.config.user
with 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
sitecore
folder fromsrc\Reactor.Items
to yourdata\serialization\master
folder 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.