Edvinas01 / pg-sonar-vm

Basic Vagrant configuration for SonarQube with PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

A Vagrant configuration that starts up a PostgreSQL database and SonarQube in a virtual machine.

Installation

First install Vagrant and Virtual Box.

Then checkout the project and navigate to root project dir. Afterwards run the following command to create a new VM:

vagrant up

After it finishes, open up your browser and enter the following URL: http://localhost:9000

Notes

If you want to stop the VM:

vagrant suspend

If you want to destroy any files created by this Vagrant configuration:

vagrant destroy

For more info on how to configure and use SonarQube see SonarQube Docs.

About

Basic Vagrant configuration for SonarQube with PostgreSQL

License:MIT License


Languages

Language:Shell 100.0%