From f1000e102195b5cbcfcc67cf8763a1b788bf39bf Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 18 Dec 2014 23:10:27 +0200 Subject: doc: Running Rhizi Locally, etc. --- README.mediawiki | 20 +++++++++++--------- 1 file 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:
./runlocal -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:
$ cd ./rhizi && ant -f build.ant deploy-local +# Assert Neo4J is running and listening on it's default port +# Run rhizi-server.py:
$ cd deploy-local && python bin/rhizi_server.py --config-dir=etc 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/) -- cgit v1.3.1