Skip to content

Java CLI application to replicate SonarQube paid features

Notifications You must be signed in to change notification settings

iakigarci/SonarReport

Repository files navigation


SonarReport

Java CLI application to replicate SonarQube paid features

Connect with me:

iakigarci iakigarci

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License

About The Project

Project created durign university intership. The aim of this project was to replicate paid featured from SonarQube. This project is based on another project called SonarReport.

The CLI aplications returns the metrics in CSV formar from a JAR compiled project.

For mor information, check the documentation: Documentation(Spanish)

(back to top)

Built With

The technologies used for this project are as follows:

(back to top)

Getting Started

Prerequisites

Install all dependencies that are listed on page 9 from the Documentation.

Installation

  1. Init the PostgreSQL database
     "pg_ctl" -D "C:\pgsql\data" -l log_file start
  2. Introduce the JAR file into /extensions/plugins/ folder.
  3. Start Sonar with the init script: /bin/Windows/StartSonar
  4. Go to https://localhost:9000/about

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Contributing

Project Link: https://github.com/iakigarci/repo_name

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

About

Java CLI application to replicate SonarQube paid features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published