Skip to content
Snippets Groups Projects
Commit 249bc48a authored by Muhammad Wasiq Khan's avatar Muhammad Wasiq Khan
Browse files

Update readme.md

parent a324adc4
No related branches found
No related tags found
No related merge requests found
......@@ -14,15 +14,10 @@ You need to have dependencies below, before setup SonarQube
- [Docker](https://docs.docker.com/get-started/) & [Docker compose](https://docs.docker.com/compose/install/)
- Gradle/Maven running project
## **Accessibilty**
1. Ports
- SonarQube port number `9000`
- PostgreSQL port number `5432`
## **Setup**
In root directory :
```docker-compose up ```
In root directory run the command ```docker-compose up ```.
```
waiting for installation and start service up until it shows message below in your console log :
sonarqube_1 | yyyy.MM.dd HH:mm:ss INFO ce[][o.s.s.e.EsClientProvider] Connected to local Elasticsearch: [127.0.0.1:9001]
......@@ -34,6 +29,10 @@ sonarqube_1 | yyyy.MM.dd HH:mm:ss INFO ce[][o.s.ce.app.CeServer] Compute Engin
sonarqube_1 | yyyy.MM.dd HH:mm:ss INFO app[][o.s.a.SchedulerImpl] Process[ce] is up
sonarqube_1 | yyyy.MM.dd HH:mm:ss INFO app[][o.s.a.SchedulerImpl] SonarQube is up
```
## **Accessibilty**
1. Ports
- SonarQube port number `9000`
- PostgreSQL port number `5432`
### **1. SonarQube**
## Steps to follow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment