This buildpack aims at deploying a SonarQube instance on the Scalingo PaaS platform.
By default we're installing the version of SonarQube declared in the
[versions.sh][versions.sh] file. But if you want to use a specific version, you can
define the environment variable SONARQUBE_VERSION:
$ scalingo env-set SONARQUBE_VERSION=8.1.0.31237The buildpack is expecting a PostgreSQL database to be reachable at the URL
specified in the SCALINGO_POSTGRESQL_URL.
To deploy SonarQube on Scalingo, click this button: