Share

Integrations

Integrating Solr with liferay in windows 

  1. Download the Solr-4.10.2 release from Solr.
  2. Unzip .zip in some location(E:\Liferay\Integrations).It is  Slor home directory.
  3. Copy the solr-4.10.2.war from Solr home dirctory\dist (E:\Liferay\Integrations\solr-4.10.2\dist) and paste it into E:\Liferay\Integrations\solr-4.10.2\example\solr.
  4. Open up the E:\Liferay\Integrations\solr-4.10.2\example\solr\collection1\conf\solrconfig.xml
           (click on more to complete integration)                                                                                                                                                  more..



Integrating Sonar(SonarQube) with liferay in windows 


Sonar is an open source Platform used by development teams to manage source code quality. Sonar has been developed with a main objective, To make code quality management accessible to everyone with minimal effort.

And it aggregates many tools
  • Static analysis(PMD, Find bugs, Check Style)
  • Duplicate code(Squid,CPD)
  • Code coverage(Cobertura,JaCoCo)
The main purpose of sonar is to test Code Quality

   What is code quality?
         It is an indicator about how quickly developers can add business value to a software system.

         (click on more to complete integration)                                                                                                                                                  more..