From 5673b3286125b7d49123cab0f9cee0a9b45302b9 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 17 Dec 2014 09:08:26 +0200 Subject: adding a local run script --- runlocal | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 runlocal (limited to 'runlocal') diff --git a/runlocal b/runlocal new file mode 100755 index 00000000..1b3763bc --- /dev/null +++ b/runlocal @@ -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 -DrzRootDir=`realpath ..` deploy-local +cd deploy-local +python bin/rhizi_server.py --config-dir etc -- cgit v1.3.1