summaryrefslogtreecommitdiff
path: root/README.mediawiki
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-11 17:30:58 +0200
committerAlon Levy <alon@pobox.com>2015-01-11 17:31:04 +0200
commitf4e0a52d1c7c590ce893c7e078efea352679a5cd (patch)
treeb4a47438407cbd38646b650ac7471ede26d3f0a8 /README.mediawiki
parent0b81e70f6310989ce4016d95b66f73b9aa1a594a (diff)
server: document and test for simplejson
flask uses itsdangerous which uses simplejson The default json converts namedtuples to arrays stripping the names. simplejson converts them to a dictionary, a behavior we rely on.
Diffstat (limited to 'README.mediawiki')
-rw-r--r--README.mediawiki6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.mediawiki b/README.mediawiki
index 5ad0fa2a..1484ffc3 100644
--- a/README.mediawiki
+++ b/README.mediawiki
@@ -14,6 +14,12 @@ A collaborative editor for organizing, communicating, and analyzing data in grap
Install [neo4j](http://neo4j.com/download/)
Install [gevent-socketio](https://pypi.python.org/pypi/gevent-socketio/) Or <code> Run pip install gevent-socketio </code>
+
+Install [simplejson](http://undefined.org/python/#simplejson) Or <code> Run pip install simplejson </code>
+ - flask uses itsdangerous which uses simplejson
+ - the default json converts namedtuples to arrays stripping the names.
+ - simplejson converts them to a dictionary, a behavior we rely on.
+
== Running Rhizi Locally ==
To run Rhizi locally:
For testing locally run neo4j locally on the default 7474 port and then launch run-local.sh:<br><code>./run-local.sh</code>