summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-12-22 11:08:38 +0200
committergarbash <dor.garbash@gmail.com>2014-12-22 11:08:38 +0200
commit89ce2bbe393669dd4c35c39c2cdc60d13f8a0ec0 (patch)
tree7f8946e9299101f7f688b334a22bbb92131f287d
parentb6d377ef33229550f324bceb40e03f8b7c7e4125 (diff)
fix documentation of run-local.sh
-rw-r--r--README.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.mediawiki b/README.mediawiki
index bf2c57fd..b9628f02 100644
--- a/README.mediawiki
+++ b/README.mediawiki
@@ -11,7 +11,7 @@ A collaborative editor for organizing, communicating, and analyzing data in grap
= Use =
== Running Rhizi Locally ==
To run Rhizi locally:
-For testing locally run neo4j locally on the default 7474 port and then launch runlocal:<br><code>./runlocal</code>
+For testing locally run neo4j locally on the default 7474 port and then launch run-local.sh:<br><code>./run-local.sh</code>
Or perform the following tasks by hand:
# Invoke the local deployment Ant target:<br><code>$ cd ./rhizi && ant -f build.ant deploy-local</code>