You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codebase is compatible with Sitecore 6.4.x and 6.5.x releases.
It should also work with 6.6.0, however the code will build with warnings due to deprecated methods in Lucene 2.9. The code is still expected to work as expected.
If you have any issues, please submit it here.
How to build code and deploy the demo project
1. Under the root of the repository, there is a folder called /references. Copy the following DLLs from your local Sitecore install in there:
- Lucene.Net.dll
- Sitecore.Client.dll
- Sitecore.Kernel.dll
2. Open both webroot_path.txt and serialization_path.txt and adjust the path accordingly.
3. Open the project -> Build Solution.
If you do not want the demo stuff, adjust your Build Configuration accordingly.