summaryrefslogtreecommitdiff
path: root/runlocal
blob: 1b3763bce3f6fd1786cdd8b4167e73dfab406b05 (plain)
1
2
3
4
5
6
7
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