I'm trying to install sonarqube in a Synology Diskstation DS112j with an ARM Processor.
In sonarqube-5.1/bin folder there's only batch files for linux-x86-32/64 bits so I can't start sonarqube due to this error
/var/services/sonarqube-5.1/bin/linux-x86-32/./wrapper: line 1: syntax error: unexpected "("
Failed to start SonarQube.
Is there any sonar.sh for ARM or any workaround to install sonarqube in an ARM diskstation?
SonarQube does not officialy support ARM processors, that's why there's no sonar.sh script for ARM.
What's more, I know some guys tried to make it work, but they failed.
Still, you can try again and write a simple script so start SQ:
#! /bin/sh
java -jar lib/sonar-application-5.1.jar
Just put this script in the SQ intallation root directory, run it, et voilà!
(if SonarQube starts but has other errors, please open another question)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With