Skip to content

Instantly share code, notes, and snippets.

@chrisbu
chrisbu / install SonarQube on Raspberry Pi
Last active October 22, 2021 14:39 — forked from synox/install SonarQube on Raspberry Pi
How to install SonarQube on Raspberry PI
SonarQube does currently not support Raspberry PI.
This is a workaround. It compiles a armv6 compatible version of the java-wrapper and configures sonarqube to use it.
(Testet with Raspbian, wheezy, 3.6)
CHRIS: Also, start here: https://computingforgeeks.com/install-node-js-14-on-ubuntu-debian-linux/ (and carry on below when sonar fails to start)
Compile java-wrapper for ARMv6
============================