diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-17 18:18:46 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-17 18:18:46 +0300 |
| commit | c349008aae41aba298a3d7888e2b4930fc3dba6e (patch) | |
| tree | 6027cc6ebe7072bee04a7119acd6df48a1495bea | |
| parent | f58e5fbb1b33a9c9e8ea92919508c47bf169d000 (diff) | |
readme: Neo4J DB management
| -rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -90,10 +90,9 @@ To update the css files you need [sass](http://sass-lang.com/). To rebuild the c - avoid using browser-specific CSS directives when hand-writing CSS code ## Neo4J DB management -- to reset the DB: +- Clean Neo4J instances are auto-initialized by the rhizi server +- to reset the DB manually: $ neo4j-shell -file res/neo4j/reset-db__clean.cypher -- then to add a single test link: - $ neo4j-shell -file res/neo4j/reset-db__single_link.cypher ## Running server tests Test code makes use of Python's unittest - run by invoking them with python, @@ -161,9 +160,8 @@ These modes impost a slightly different resource layout, and require the followi $ mkdir res/production-patch-set/${targetDomain} $ scp rz-1:/etc/rhizi/rhizi-server.conf res/production-patch-set/${targetDomain}/rhizi-server.production.conf -## Tools -### rz-doc - +# Tools +## rz-doc This is the only way to merge a number of documents right now. Here is how: It is installed by default to /srv/www/<domain>/tools/rz-doc, lets call that rz-doc for short. |
