Need Sonar Qube Installation for Oracle Apex

Hello Folks ,

I have already a Jenkin Pipe line setup , with the Code Commit Repository as SVN.
We are using Oracle Apex to build the code .

I am new to Sonar Qube and not getting any documents for installation and testing specifically for Oracle APex.

My Question is
Does Sonar Qube supports Oracle APex?
If Yes how can I get the Installation and Integration guide .

Many thanks in Advance for Help

Regards
Sidd

Greetings Sidd.

We have no particular documentation to share regarding Oracle Apex. You just need to make sure the SonarScanner CLI is installed in your environment and executed.

Hello Colin,

Thanks for the Update , well I have a Docker Installed can I start with Sonar in that Docker Container and then Move a head .

Well I am really new to all this and not sure where to start and how to take things forward .
If I get a Hint it would be of great help
Well Does the Sonar Scanner Supports Oracle Apex ?
Many Thanks
Sidd

SonarQube itself is an application hosted separately from your build infrastructure. You can get started here.

You point the SonarScanner to your SonarQube instance during your build. There’s no concept of “supporting” Oracle Apex – it’s just a command line tool that needs to be executed.

This documentation may give you a better understanding of the architecture.

Thanks Colin ,

Much appreciate your Prompt response .

I will update you soon .
Regards
Sidd

Hello Colin ,

I went through all the links provided by you , understood the architecture .

Well now I have already a Docker Image , will install Sonar in that and Start the Jenkins ?

Many thanks
Regards
Sidd

I’m not quite sure if you’re asking a question – but in any case, godspeed! :smiley:

Hello Collin ,

Sorry my bad , excuse my English LOL.

Well let me give idea of my environment what we have.

  1. Jenkins Setup
  2. Jenkins Job are configured with the help of Groovy Scripts.
  3. A docker Container.

I have cloned the whole Jenkins Setup in my Local EC2 machine, below are the files .

-rwxrwxr-x 1 smuley smuley 441 Apr 6 14:29 reinit.sh
-rw-rw-r-- 1 smuley smuley 118 Apr 6 14:29 plugins.txt
drwxrwxr-x 3 smuley smuley 26 Apr 6 14:29 jobs
-rw-rw-r-- 1 smuley smuley 3562 Apr 6 14:29 jenkins.yaml
-rw-rw-r-- 1 smuley smuley 1138 Apr 6 14:29 buildspec.yml
-rw-rw-r-- 1 smuley smuley 159 Apr 8 15:24 docker.env
drwxrwxr-x 2 smuley smuley 37 Apr 10 09:30 init.groovy.d
-rw-rw-r-- 1 smuley smuley 1393 Apr 10 10:44 Dockerfile_back
-rw-rw-r-- 1 smuley smuley 1483 Apr 10 10:46 Dockerfile
drwxrwxr-x 2 smuley smuley 34 Apr 10 11:24 dsl
drwxrwxr-x 2 smuley smuley 26 Apr 12 15:09 oracle

In this machine I installed the Official image of Sonar.
Question ; - How do I start , and from where to start.
2 Question :- Do you need any more information so that it will be easy for you to help me :slight_smile:

Note :- I am not from Devops Background, I have expertise in Oracle Databases, upon that I am totally new to this environment. :smiley:

Many thanks
Sidd

Hey Sidd,

We have heaps of documentation on installing SonarQube. What have you tried?