diff options
| author | garbash <dor.garbash@gmail.com> | 2015-01-12 12:34:40 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-01-12 12:34:40 +0200 |
| commit | 944618160f5c974bbe463f1a7e0572ea76a476e4 (patch) | |
| tree | dcb41426725f2e42bc7497d6a329480431205278 /README.mediawiki | |
| parent | 365e20af3810f67b0a22f651fd0807b40cbacc04 (diff) | |
| parent | 2974f916df0614c892a94d3e0f192e10aa03b0b6 (diff) | |
moved mail-icon img to css
Diffstat (limited to 'README.mediawiki')
| -rw-r--r-- | README.mediawiki | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.mediawiki b/README.mediawiki index 1484ffc3..58fda93e 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -25,13 +25,27 @@ 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> Or perform the following tasks by hand: +# Update css files from scss sources using <code>make</code> # 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/rz_server.py --config-dir=etc</code> Command line use documentation can be view with: :$ python rz_server.py -h + +== Installation == + +=== Setup user password file === +The following works in conjunction with run-local.sh, for real deployment place the resulting htpasswd file in the location matching the config you use. +# put a SECRET_KEY entry in the config file: + echo SECRET_KEY=mysecret >> res/etc/rhizi-server.conf +# create an initialization file with email/password separated by a comma: + echo test@example.com,test > res/etc/htpasswd-init-file +# create the htpasswd file: + python src/server/rz_server.py --init-htpasswd-db --htpasswd-init-file res/etc/htpasswd-init-file + = Development = + To update the css files you need [sass](http://sass-lang.com/) The build tool is [make](https://www.gnu.org/software/make/) |
