Skip to content

Commit

Permalink
Update Sonarqube_with_database.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ravdy authored Sep 7, 2021
1 parent cee6407 commit e3792d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sonarqube/Sonarqube_with_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ SonarQube is an open-source static testing analysis software, it is used by deve
```

## Install & Setup Postgres Database for SonarQube
`Source: https://www.postgresql.org/download/linux/ubuntu/`
1. Install Postgres database
``sh
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
`Source: https://www.postgresql.org/download/linux/ubuntu/`
1. Install Postgres database
```sh
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install postgresql
Expand Down Expand Up @@ -145,4 +145,4 @@ apt install net-tools
### 💡 Help/Suggestions or 🐛 Bugs
Thank you for your interest in contributing to our project. Whether it is a bug report, new feature, correction, or additional documentation or solutions, we greatly value feedback and contributions from our community. [Start here](/issues)
Thank you for your interest in contributing to our project. Whether it is a bug report, new feature, correction, or additional documentation or solutions, we greatly value feedback and contributions from our community. [Start here](/issues)

0 comments on commit e3792d8

Please sign in to comment.