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
<p>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.</p></License>
14
14
<Comment />
15
15
<Attributes />
16
-
<Readme>Configure SOLR
17
-
===============
16
+
<Readme>Post Install Steps
17
+
==================
18
+
19
+
After the installation wizard is complete, follow these
20
+
steps:
21
+
22
+
* Delete any old WeBlog config files from previous versions.
23
+
* Create the SOLR cores (see below for detail)
24
+
* Perform a full publish to all publishing targets
25
+
* Rebuild the WeBlog search indexes
26
+
27
+
Configure SOLR
28
+
--------------
18
29
Create the SOLR cores 'weblog-master' and 'weblog-web'. If
19
30
you use different names for the cores, update the
20
31
core names in the following config files:
21
32
22
33
* WeBlog.ContentSearch.Solr.Master.config
23
34
* WeBlog.ContentSearch.Solr.Web.config.
24
-
25
-
Post Install Steps
26
-
==================
27
-
* Perform an incremental publish to all publishing targets
28
-
* Delete any old WeBlog Content Search config files from
29
-
previous versions.
30
-
* Rebuild the WeBlog search indexes
31
35
32
-
Create a Blog
33
-
=============
34
-
* Create a new blog using one of the following branches:
35
-
- 'Modules/WeBlog/Blog WebForms' for WebForms
36
-
- 'Modules/WeBlog/Blog MVC' for MVC
36
+
After you've created the cores, populate the managed schema
37
+
using the Control Panel.
37
38
38
-
Content Delivery Servers
39
-
========================
40
-
If deploying in a staged environment to a content delivery
41
-
server, enable the App_Config\Include\WeBlog.delivery.config
42
-
file.
39
+
Create a Blog
40
+
-------------
41
+
* Create a new blog using the 'Modules/WeBlog/Blog MVC'
Copy file name to clipboardExpand all lines: how to build.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Cores must be created in Solr for the WeBlog content search indexes.
61
61
1. Copy the `managed-schema` file from the `conf` folder of an existing Sitecore core to the folders of the cores created above.
62
62
1. Update the `WeBlog.ContentSearch.Solr.Master.config` and `WeBlog.ContentSearch.Solr.Web.config` files in the `src/Sitecore.Modules.WeBlog/App_Config/Include/` folder to match the names of the cores created above.
63
63
1. Deploy weblog code (rebuild the solution in VS) to ensure index configs are available.
64
-
1. Use the indexing manager in the Sitecore control panel to populate the managed schema.
64
+
1. Use the Sitecore control panel to populate the managed schema.
<!-- Transform content search config for specific Sitecore versions -->
122
-
<XslTransformationXslInputPath="App_Config\Include\WeBlog.ContentSearch.Solr.config.9.0-9.1.xslt"XmlInputPaths="App_Config\Include\WeBlog.ContentSearch.Solr.config"OutputPaths="$(SitecorePath)\App_Config\Include\WeBlog.ContentSearch.Solr.config"Condition="$(SitecorePath) != '' AND ($(Configuration.Contains('sc9.0')) OR $(Configuration.Contains('sc9.1')))" />
111
+
<XslTransformationXslInputPath="App_Config\Include\WeBlog.ContentSearch.Solr.config.9.1.xslt"XmlInputPaths="App_Config\Include\WeBlog.ContentSearch.Solr.config"OutputPaths="$(SitecorePath)\App_Config\Include\WeBlog.ContentSearch.Solr.config"Condition="$(SitecorePath) != '' AND $(Configuration.Contains('sc9.1'))" />
0 commit comments