https://github.com/jcmdsbr/sonarqube-environment
Sample files to initialize a sonarqube environment in docker or k8s
https://github.com/jcmdsbr/sonarqube-environment
docker docker-compose dockerfile sonarqube
Last synced: 10 months ago
JSON representation
Sample files to initialize a sonarqube environment in docker or k8s
- Host: GitHub
- URL: https://github.com/jcmdsbr/sonarqube-environment
- Owner: jcmdsbr
- Created: 2020-02-19T18:34:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T18:50:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T07:30:02.096Z (12 months ago)
- Topics: docker, docker-compose, dockerfile, sonarqube
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The SonarQube environment :sunglasses:
- Sample files to initialize a sonarqube environment in docker or k8s
## Give a Star! :star:
If you liked the project, please give a star ;)
## You need some of the fallowing tools :exclamation:
- Visual Studio 2019, Visual Studio Code or Rider
- Docker
- K8s
## Description :books:
- SonarQube provides the capability to not only show health of an application but also to highlight issues newly introduced. With a Quality Gate in place, you can [Clean As You Code](https://blog.sonarsource.com/clean-as-you-code) and therefore improve code quality systematically.
### Official Links
- [Website](https://www.sonarqube.org)
- [Download](https://www.sonarqube.org/downloads/)
- [Documentation](https://docs.sonarqube.org)
- [Twitter](https://twitter.com/SonarQube)
- [SonarSource](https://www.sonarsource.com), author of SonarQube
- [Issue tracking](https://jira.sonarsource.com/browse/SONAR/), read-only. Only SonarSourcers can create tickets.
- [Responsible Disclosure](https://community.sonarsource.com/t/responsible-vulnerability-disclosure/9317)
- [Dogfood](https://next.sonarqube.com/sonarqube) instance of the next SonarQube version
## Startup :heavy_check_mark:
- In terminal execute: docker-compose up -d at current directory
- await to complete
- that's fine, your env is running !
- in browser execute: localhost:9000 to open sonar ui
- enter "admin" in password and login