summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-03-10 12:22:09 +0200
committerLV-426 <lv-426@taproot.org.il>2015-03-10 12:22:09 +0200
commit0730935dc1467a250d245976b4e6cdd19fe1f918 (patch)
treebc8c8d517fd515699a9543ff363d0df166c578b0
parent72f6a649e72edb8f91df1ee429c75bcb45a6b065 (diff)
readme.md: add deployment section, rm mingw notes
-rw-r--r--README.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/README.md b/README.md
index 2b431aa9..904e88e2 100644
--- a/README.md
+++ b/README.md
@@ -125,12 +125,11 @@ mingw doesn't have python support, so using mingw (I want a unix native python)
- solution 1: pip install cython git+git://github.com/surfly/gevent.git#egg=gevent
- didn't complete.
-Unused notes on mingw:
-# Install github for windows
-# Alternative: download Mingw
-# choose mingw-developer-toolkit
-# choose python
-# pip
-# git
-# ssh
-
+# Deployment
+- obtain a server configuration by either adjusting res/etc/rhizi-server.conf.example or reusing an already active one.
+- the following configuration keys will likely need changing: DEBUG, SECRET_KEY, root_path, access_control, etc. configuration keys
+- rename configuration as 'rhizi-server.production.conf'
+- use the build.ant deploy-remote target:
+ - adjust targetDomain path: should point at the configuration's file dir
+ - adjust remoteDeployServer to point at the target server
+- use res/debian/rhizi.init to run rhizi as a system process: rz_server.py will need chmod'ing to +x