From da7e5898380bd1f9146945b1c520834f2d86845a Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 21 Dec 2014 12:07:35 +0200 Subject: rename runlocal -> run-local.sh --- run-local.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 run-local.sh (limited to 'run-local.sh') diff --git a/run-local.sh b/run-local.sh new file mode 100755 index 00000000..ca226076 --- /dev/null +++ b/run-local.sh @@ -0,0 +1,8 @@ +#!/bin/sh +if [ `(netstat -ltnop 2>/dev/null | grep 7474 | wc -l)` == 0 ]; then + echo run neo4j please + exit 0 +fi +ant -f build.ant deploy-local +cd deploy-local +python bin/rhizi_server.py --config-dir etc -- cgit v1.3.1