diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-16 17:14:32 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-16 17:14:32 +0200 |
| commit | c7d026b1d504323a8c61d51b726e5e8d2337fc4b (patch) | |
| tree | 75607d07c90beb8024e34afd2bab3503dcaccda4 /README.mediawiki | |
| parent | dff765d765085fe2ee172abc606f4f8b25a39c27 (diff) | |
| parent | 38078c537f642806e4849dc99c07d679f816fe23 (diff) | |
Merging rhizi-server into rhizi, back to a single repo
Merge remote-tracking branch 'old-server/master' into wip/map-nodes-by-id_minimize-name-use
Diffstat (limited to 'README.mediawiki')
| -rw-r--r-- | README.mediawiki | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.mediawiki b/README.mediawiki new file mode 100644 index 00000000..8121f2af --- /dev/null +++ b/README.mediawiki @@ -0,0 +1,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. |
