diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-18 10:48:39 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-18 11:28:00 +0200 |
commit | 76e842ab44f6bb0059be659e6c057af98dcf61a7 (patch) | |
tree | bfcf30e28ca316beb4e0cafa384d0791d2d75db9 /sonar-start/play.sh | |
parent | 70dabb8a6d7261185e3f9895361e1ef72559fdbd (diff) | |
download | sonarqube-76e842ab44f6bb0059be659e6c057af98dcf61a7.tar.gz sonarqube-76e842ab44f6bb0059be659e6c057af98dcf61a7.zip |
SONAR-5408 - two-way ping for wrapper & process with isReady and JMX retry
Diffstat (limited to 'sonar-start/play.sh')
-rwxr-xr-x | sonar-start/play.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sonar-start/play.sh b/sonar-start/play.sh new file mode 100755 index 00000000000..3f13a040c00 --- /dev/null +++ b/sonar-start/play.sh @@ -0,0 +1,18 @@ +# killall -9 java; + +cd /Volumes/data/sonar/sonarqube/server/sonar-process +mvn clean package install -DskipTests; +# +cd /Volumes/data/sonar/sonarqube/server/sonar-search +mvn clean package install -DskipTests; +# +# cd /Volumes/data/sonar/sonarqube/sonar-application +# mvn clean package install -DskipTests; + +cd /Volumes/data/sonar/sonarqube/sonar-start; +mvn clean package install -DskipTests; + +cd target; +unzip sonarqube-4.5-SNAPSHOT.zip; +cd sonarqube-4.5-SNAPSHOT; +java -jar start.jar --debug
\ No newline at end of file |