Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msfidelis/sonarqube-analysis

:whale: :package: :rocket: Sonarqube Demo
https://github.com/msfidelis/sonarqube-analysis

docker sonarqube

Last synced: 3 months ago
JSON representation

:whale: :package: :rocket: Sonarqube Demo

Awesome Lists containing this project

README

        

# Build Sonar image

```bash
docker build -it sonar
```

# Create sonar-project.properties

```bash
cd node_app/
bash entrypoint.sh
```

# Exec docker-compose stack

```bash
docker-compose up --force-recreate
```

![dash](.github/img/1.png)

![proj](.github/img/2.png)