Closed KrappRamiro closed 10 months ago
Use the Dockerfile provided (i dont get how, I'm supposed to modify my docker-compose ?)
place above document in docker-compose.yml
, and execute docker-compose pull
followed by docker-compose up -d
and wait for the start up process to finish.
this will give you a sonarqube setup to use.
Copying the .jar file into the sonarqube_extension volumes
the jar file for the plugin must be placed in the host systems plugin volume, it is probbly located under /var/lib/docker/volumes/
if you are using a standard linux box.
In my case I have the jar file at /var/lib/docker/volumes/sonarqube_sonarqube_extensions/_data/plugins/
.
If my memory serves me correct that is all you need to do. Try and report back. It was a couple of years since I did my initial setup.
Im so dumb, i never thought of just cloning the repo and doing docker-compose up. Problem solved
Hi! Im a newbie developer, and im trying to use your plugin, but i can't understand how to install it.
Im using this docker-compose.yaml for Sonarqube
I have 3 options
.jar
file into the sonarqube_extension volumesI dont understand which one i should use in my case.
Thanks!