aboutsummaryrefslogtreecommitdiffstats
path: root/start-mac-derby.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start-mac-derby.sh')
-rwxr-xr-xstart-mac-derby.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/start-mac-derby.sh b/start-mac-derby.sh
new file mode 100755
index 00000000000..5ed4ecb42ac
--- /dev/null
+++ b/start-mac-derby.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
+