From fedc3cc0e2dd27ffaec53867f00b1db255378b3f Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 7 Oct 2014 18:06:28 +0200 Subject: rename --- README.mediawiki | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.mediawiki (limited to 'README.mediawiki') diff --git a/README.mediawiki b/README.mediawiki new file mode 100644 index 00000000..98e78f20 --- /dev/null +++ b/README.mediawiki @@ -0,0 +1,2 @@ += About = +Rhizi server -- cgit v1.3.1 From 400fe7b169151ce2211bb4664f5534887b395a61 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 9 Nov 2014 13:35:24 +0200 Subject: README --- README.mediawiki | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.mediawiki') diff --git a/README.mediawiki b/README.mediawiki index 98e78f20..d4bb75b2 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -1,2 +1,11 @@ = About = Rhizi server + += Use = +Command line use documentation can be view with: +:$ python rhizi_server.py -h + += Hacking = +== 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. -- cgit v1.3.1 From 38078c537f642806e4849dc99c07d679f816fe23 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 16 Dec 2014 16:03:39 +0200 Subject: doc: reset-db__single_link.cypher use --- README.mediawiki | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.mediawiki') 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 $ neo4j-shell -file reset-db__single_link.cypher 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. -- cgit v1.3.1