Table of Contents
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)
The technologies used for this project are as follows:
Install all dependencies that are listed on page 9 from the Documentation.
- Init the PostgreSQL database
"pg_ctl" -D "C:\pgsql\data" -l log_file start
- Introduce the JAR file into /extensions/plugins/ folder.
- Start Sonar with the init script: /bin/Windows/StartSonar
- Go to https://localhost:9000/about
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
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request