You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2016/02/10 15:22:03 UTC

svn commit: r1729607 - /steve/trunk/pysteve/GETTING_STARTED.txt

Author: humbedooh
Date: Wed Feb 10 14:22:03 2016
New Revision: 1729607

URL: http://svn.apache.org/viewvc?rev=1729607&view=rev
Log:
add a note for now

Modified:
    steve/trunk/pysteve/GETTING_STARTED.txt

Modified: steve/trunk/pysteve/GETTING_STARTED.txt
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/GETTING_STARTED.txt?rev=1729607&r1=1729606&r2=1729607&view=diff
==============================================================================
--- steve/trunk/pysteve/GETTING_STARTED.txt (original)
+++ steve/trunk/pysteve/GETTING_STARTED.txt Wed Feb 10 14:22:03 2016
@@ -4,6 +4,7 @@ Very Quick Start Guide:
 -    Edit steve.cfg to suit your needs (karma, DB backend etc)
 	-    IF you choose ElasticSearch as backend, install the python module (pip install elasticsearch)
 	-    OR IF you choose files as your backend, run setup.py in the CLI directory.
+	     Beware that using the file backend is currently only intended for development purposes.
 - EITHER:   Edit httpd.conf, add it to your existing httpd configuration
 	-    Set up authorization using htpasswd for admins, monitors etc
 - OR: run python standalone.py (remember to edit auth karma inside it)