Install Plugin Sonar
There are two ways to install plugin to Sonar server. Either download and copy to SONARQUBE_HOME/extensions/plugins or install it through update center. I will show you both:
- Install through update center: Start Sonar server go to its console by default its http://localhost:9000/ then click log in and enter Log in id and password( Default is admin/admin)
- Click Settings:
- Now click Update Center and you could see Installed plugin (Plugin which is already installed), Available plugin (If you want to install new plugin), Plugin updates (Update existing plugin) and System update( Update the system)
- If you want to installed new plugin click Available plugin –> Choose existing plugin –> click install
- Second method to install plugin: Download and copy to SONARQUBE_HOME/extensions/plugins and restart the server.
For more details please visit Sonarcube plugin page here