diff options
author | David Gageot <david@gageot.net> | 2012-07-03 19:37:00 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-07-04 09:05:59 +0200 |
commit | 268057f5ed963b10ea1993db9010dbee837eb5d6 (patch) | |
tree | ec89deaeb5f55120ea96531e33715c8fe68be890 /start-mac-h2.sh | |
parent | 9fe8aa8e6f0747203d0c6f3afe04be2970787fe2 (diff) | |
download | sonarqube-268057f5ed963b10ea1993db9010dbee837eb5d6.tar.gz sonarqube-268057f5ed963b10ea1993db9010dbee837eb5d6.zip |
Forgot these files during H2 migration
Diffstat (limited to 'start-mac-h2.sh')
-rwxr-xr-x | start-mac-h2.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/start-mac-h2.sh b/start-mac-h2.sh new file mode 100755 index 00000000000..a26c7b10af0 --- /dev/null +++ b/start-mac-h2.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# +# NOTE: sonar must be built +# +cd sonar-application/target/ +unzip sonar-*.zip +cd sonar-* +bin/macosx-universal-64/sonar.sh console |