summaryrefslogtreecommitdiff
path: root/README.mediawiki
blob: 8121f2afcf4dfc0f11bc94f8a6f3789c18f566d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
= About =
Rhizi server

= Use =
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.