diff options
Diffstat (limited to 'README.mediawiki')
| -rw-r--r-- | README.mediawiki | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.mediawiki b/README.mediawiki index 5e5e8402..990e4b75 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -21,10 +21,10 @@ For testing locally run neo4j locally on the default 7474 port and then launch r 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> +# Run rhizi-server.py:<br><code>$ cd deploy-local && python bin/rz_server.py --config-dir=etc</code> Command line use documentation can be view with: -:$ python rhizi_server.py -h +:$ python rz_server.py -h = Development = To update the css files you need [sass](http://sass-lang.com/) |
