diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-21 12:07:35 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-12-21 12:08:41 +0200 |
| commit | da7e5898380bd1f9146945b1c520834f2d86845a (patch) | |
| tree | 3731abff5eec9bd72babf59140b24f97b2bd94e4 /run-local.sh | |
| parent | 1d9117a26eb2ed9c1a7a2c75d27066dc02a837e9 (diff) | |
rename runlocal -> run-local.shwip/map-nodes-by-id_minimize-name-use
Diffstat (limited to 'run-local.sh')
| -rwxr-xr-x | run-local.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
