diff options
| -rwxr-xr-x | run-local.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-local.sh b/run-local.sh index 35ccc1cd..033b896c 100755 --- a/run-local.sh +++ b/run-local.sh @@ -8,6 +8,7 @@ if [ $neo4j_count == "0" ]; then echo run neo4j please exit 0 fi +make # building css relies on Makefile ant -f build.ant deploy-local cd deploy-local python bin/rz_server.py --config-dir etc |
