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 2015/03/27 21:07:27 UTC

svn commit: r1669671 - /steve/site/trunk/content/demo.html

Author: humbedooh
Date: Fri Mar 27 20:07:27 2015
New Revision: 1669671

URL: http://svn.apache.org/r1669671
Log:
firts stab at a pySTeVe quick start guide

Modified:
    steve/site/trunk/content/demo.html

Modified: steve/site/trunk/content/demo.html
URL: http://svn.apache.org/viewvc/steve/site/trunk/content/demo.html?rev=1669671&r1=1669670&r2=1669671&view=diff
==============================================================================
--- steve/site/trunk/content/demo.html (original)
+++ steve/site/trunk/content/demo.html Fri Mar 27 20:07:27 2015
@@ -4,9 +4,22 @@
 {% block content %}
 
 	<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>