linux - Does sonarqube 5.1 support ARM? -
i'm trying install sonarqube in synology diskstation ds112j arm processor.
in sonarqube-5.1/bin
folder there's batch files linux-x86-32/64 bits can't start sonarqube due error
/var/services/sonarqube-5.1/bin/linux-x86-32/./wrapper: line 1: syntax error: unexpected "(" failed start sonarqube.
is there sonar.sh arm or workaround install sonarqube in arm diskstation?
sonarqube not officialy support arm processors, that's why there's no sonar.sh
script arm.
what's more, know guys tried make work, failed.
still, can try again , write simple script start sq:
#! /bin/sh java -jar lib/sonar-application-5.1.jar
just put script in sq intallation root directory, run it, et voilĂ !
(if sonarqube starts has other errors, please open question)
Comments
Post a Comment