You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by bu...@apache.org on 2015/03/27 21:07:33 UTC

svn commit: r945311 - in /websites/staging/steve/trunk/content: ./ demo.html

Author: buildbot
Date: Fri Mar 27 20:07:32 2015
New Revision: 945311

Log:
Staging update by buildbot for steve

Modified:
    websites/staging/steve/trunk/content/   (props changed)
    websites/staging/steve/trunk/content/demo.html

Propchange: websites/staging/steve/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar 27 20:07:32 2015
@@ -1 +1 @@
-1669667
+1669671

Modified: websites/staging/steve/trunk/content/demo.html
==============================================================================
--- websites/staging/steve/trunk/content/demo.html (original)
+++ websites/staging/steve/trunk/content/demo.html Fri Mar 27 20:07:32 2015
@@ -116,9 +116,22 @@
     
 
 	<h1>Apache STeVe quickstart guide</h1>
-	<p>Coming very soon...</p>
 
-	<h2>Online demo of pySTeVe</h2>
+	<h2>pySTeVe</h2>
+
+	<h3>Quickstart Guide</h3>
+	<ul style="font-family: monospace;">
+		<li>svn co https://svn.apache.org/repos/asf/steve/trunk/pysteve/</li>
+		<li>Edit steve.cfg to suit your needs (karma, DB backend etc)<br/>
+			IF you choose ElasticSearch as backend, install the python module (pip install elasticsearch)<br/>
+			OR IF you choose files as your backend, run setup.py in the CLI directory.
+		</li>
+		<li>Edit httpd.conf, add it to your existing httpd configuration</li>
+		<li>Set up authorization using htpasswd for admins, monitors etc</li>
+		<li>Go to http://steve.yourdomain.foo/admin and set up an election</li>
+		<li>Start voting!</li>
+		
+	<h3>Online demonstration</h3>
 	<p>
 		If you'd rather try out STeVe before you install it, we have a free-to-try demo online.
 		Simple hop on over to <a href="http://demo.stv.website/">http://demo.stv.website/</a>