summaryrefslogtreecommitdiff
path: root/README.mediawiki
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-12-18 23:10:27 +0200
committerLV-426 <lv-426@taproot.org.il>2014-12-21 12:08:41 +0200
commitf1000e102195b5cbcfcc67cf8763a1b788bf39bf (patch)
treefec575ce5b07b1675bb12617597d1839deb17a81 /README.mediawiki
parent0cfbf2ffca789aa5ff221a2dbd28f9080ee525e5 (diff)
doc: Running Rhizi Locally, etc.
Diffstat (limited to 'README.mediawiki')
-rw-r--r--README.mediawiki20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.mediawiki b/README.mediawiki
index 4e15a33c..bf2c57fd 100644
--- a/README.mediawiki
+++ b/README.mediawiki
@@ -2,23 +2,25 @@
A collaborative editor for organizing, communicating, and analyzing data in graph form.
-A.K.A The spreadsheet of tomorrow
-
= Requirements =
-python
-flask
-neo4j
+* Neo4J DB server
+* Python 2.7
+* Flask
+* Apache Ant
= Use =
+== Running Rhizi Locally ==
+To run Rhizi locally:
+For testing locally run neo4j locally on the default 7474 port and then launch runlocal:<br><code>./runlocal</code>
-For testing locally run neo4j locally on the default 7474 port and then launch runlocal:
-./runlocal
+Or perform the following tasks by hand:
+# Invoke the local deployment Ant target:<br><code>$ cd ./rhizi && ant -f build.ant deploy-local</code>
+# Assert Neo4J is running and listening on it's default port
+# Run rhizi-server.py:<br><code>$ cd deploy-local && python bin/rhizi_server.py --config-dir=etc</code>
Command line use documentation can be view with:
:$ python rhizi_server.py -h
-
= Development =
-
To update the css files you need [sass](http://sass-lang.com/)
The build tool is [make](https://www.gnu.org/software/make/)