diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..adf4c5c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Oleg Burov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index d497094..96d640c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ -# Sitecore Azure Startup +# Sitecore Azure Setup This repository contains an WebRole Entry Point that provides methods to run Sitecore code when a role instance is initialized. +[![NuGet version](https://img.shields.io/nuget/v/Sitecore.Azure.Setup.svg)](https://www.nuget.org/packages/Sitecore.Azure.Setup/) + ## Preconfigured Items: -+ The App_Data folder with updated path to dataFolder variable; -+ Sitecore settings for scaled environment; -+ Sitecore SQL Server Session State provider. ++ The App_Data directory with included Sitecore's `\Data` content; ++ Patched the `dataFolder` variable that looks at the `\App_Data` directory; ++ Patched the `` pipeline with a processor tp ebuld search indexes. ## Features: -+ Grand permission in the file system on a WebRole Instance; + Rebuild Search Indexes on very first start of a WebRole Instance. diff --git a/src/Sitecore.Azure.Startup/App_Config/Include/Sitecore.Azure.Setup.config b/src/Sitecore.Azure.Startup/App_Config/Include/Z.AzureWebApp/Sitecore.Azure.Setup.config similarity index 100% rename from src/Sitecore.Azure.Startup/App_Config/Include/Sitecore.Azure.Setup.config rename to src/Sitecore.Azure.Startup/App_Config/Include/Z.AzureWebApp/Sitecore.Azure.Setup.config diff --git a/src/Sitecore.Azure.Startup/Sitecore.Azure.Startup.csproj b/src/Sitecore.Azure.Startup/Sitecore.Azure.Startup.csproj index a8f1d73..714b847 100644 --- a/src/Sitecore.Azure.Startup/Sitecore.Azure.Startup.csproj +++ b/src/Sitecore.Azure.Startup/Sitecore.Azure.Startup.csproj @@ -58,7 +58,7 @@ - + Always