summaryrefslogtreecommitdiff
path: root/runlocal
diff options
context:
space:
mode:
Diffstat (limited to 'runlocal')
-rwxr-xr-xrunlocal8
1 files changed, 0 insertions, 8 deletions
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