summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordor garbash <dor.garbash@gmail.com>2015-02-02 23:09:56 +0200
committerdor garbash <dor.garbash@gmail.com>2015-02-02 23:09:56 +0200
commit972b6a8fbbb1d82d5254abc2c1c8dc94117cd154 (patch)
tree2dd35342ff75f7990ba17fc48b1fa65e26dee1d7
parentc95ed45dbd8b5be05168dc67e4e94d299db11bde (diff)
Add host file instruction in readme
-rw-r--r--README.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.mediawiki b/README.mediawiki
index 1aadd1ff..c9de8a58 100644
--- a/README.mediawiki
+++ b/README.mediawiki
@@ -41,7 +41,7 @@ All of the following are already bundled but noted here for reference:
== Running Rhizi Locally ==
To run Rhizi locally:
For testing locally run neo4j locally on the default 7474 port and then launch run-local.sh:<br><code>./run-local.sh</code>
-
+When on OsX, add <code>127.0.0.1 rhizi.local </code> to your hosts file
Or perform the following tasks by hand:
# Update css files from scss sources using <code>make</code>
# Invoke the local deployment Ant target:<br><code>$ cd ./rhizi && ant -f build.ant deploy-local</code>