diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-05-01 21:07:36 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-05-01 21:07:36 +0200 |
commit | cfcb21bb19b5a9856dd2965cfd2f5940eb210628 (patch) | |
tree | 6a505756f034cf534bb91fcd7e4adc18f7fbd93e /start-mac-h2.sh | |
parent | b350d6c3cafaa10ffad8ea619d75cda5f0c88034 (diff) | |
download | sonarqube-cfcb21bb19b5a9856dd2965cfd2f5940eb210628.tar.gz sonarqube-cfcb21bb19b5a9856dd2965cfd2f5940eb210628.zip |
Complete build scripts
Diffstat (limited to 'start-mac-h2.sh')
-rwxr-xr-x | start-mac-h2.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/start-mac-h2.sh b/start-mac-h2.sh index f05914489ba..dd18ba60f03 100755 --- a/start-mac-h2.sh +++ b/start-mac-h2.sh @@ -1,8 +1,7 @@ #!/bin/sh -# -# NOTE: sonar must be built -# +# Shortcut to start server. It must be already built. + cd sonar-application/target/ unzip sonarqube-*.zip cd sonarqube-* |