summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-12-16 16:03:39 +0200
committerLV-426 <lv-426@taproot.org.il>2014-12-16 16:03:39 +0200
commit38078c537f642806e4849dc99c07d679f816fe23 (patch)
tree8a2723ad7e5c160ecdfb6da0ec82467f3898ff50
parentb83b14cb8fbc4159e72f2076cf5370c85e174051 (diff)
doc: reset-db__single_link.cypher use
-rw-r--r--README.mediawiki3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.mediawiki b/README.mediawiki
index d4bb75b2..8121f2af 100644
--- a/README.mediawiki
+++ b/README.mediawiki
@@ -6,6 +6,9 @@ Command line use documentation can be view with:
:$ python rhizi_server.py -h
= Hacking =
+== Neo4J DB Management ==
+* Use <code>$ neo4j-shell -file reset-db__single_link.cypher</code> to bring the DB to an empty state, excluding two nodes and a single link.
+
== Running the Tests ==
Test code makes use of Python's unittest - run by invoking them with python,
or by creating a launch configuration in your IDE of choice.