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 ++++++++ runlocal | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100755 run-local.sh delete mode 100755 runlocal 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 diff --git a/runlocal b/runlocal deleted file mode 100755 index ca226076..00000000 --- a/runlocal +++ /dev/null @@ -1,8 +0,0 @@ -#!/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