Socket
Socket
Sign inDemoInstall

sitecore-switch-solr

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitecore-switch-solr - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

gulp-tasks/install-solr.js

4

gulpfile.js

@@ -24,7 +24,7 @@ /*jslint node: true */

runSequence(
"switch-to-solr"
"install-solr",
"sitecore-switch-to-solr"
, callback);
});
gulp.task("default", function () {

@@ -31,0 +31,0 @@ console.log("You need to specifiy a task.");

@@ -56,3 +56,3 @@ {

},
"version": "1.0.4"
"version": "1.0.5"
}

@@ -22,3 +22,5 @@ #Sitecore switch to Solr npm gulp package

It then provides a task called ```setup-solr``` that can be run from your solution's gulp file. The task should be run as administrator user (to create the Solr service)
It then provides a task called ```setup-solr``` that can be run from your solution's gulp file. It runs two different subtasks, one to install solr and configure the Sitecore cores, and another
to switch the Sitecore instance so that it uses Solr instead of Lucene, by enabling/disabling configuration files, copying the needed DLLs and modifying Global.asax.
The Solr installation task has to be run as administrator user (to create the Solr service), so the ```setup-solr``` has also to be run as administrator.

@@ -41,5 +43,10 @@ You can include it in your project setup like this:

```
gulp swith-to-solr
gulp install-solr
```
```
gulp switch-to-solr
```
##Gulp task parameters

@@ -46,0 +53,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc