Author: humbedooh
Date: Mon Dec  7 15:22:51 2015
New Revision: 1718401

URL: http://svn.apache.org/viewvc?rev=1718401&view=rev
Log:
Add Docker instructions

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=1718401&r1=1718400&r2=1718401&view=diff
==============================================================================
--- steve/site/trunk/content/demo.html (original)
+++ steve/site/trunk/content/demo.html Mon Dec  7 15:22:51 2015
@@ -19,6 +19,16 @@
                <li>Go to http://steve.yourdomain.foo/admin and set up an 
election</li>
                <li>Start voting!</li>
        </ul>
+<h3>Building a Docker image</h3>
+  <p>
+         You can also build pySTeVe as a Docker image using the Dockerfile 
locate in the <kbd>docker</kbd> directory:
+         <ul>
+                 <li><kbd>svn co 
https://svn.apache.org/repos/asf/steve/trunk/pysteve/</kbd></li>
+                 <li><kbd>docker build -t pysteve docker/</kbd></li>
+                 <li><kbd>docker run -i -p 127.0.0.1:80:80 pysteve</kbd></li>
+                 <li>Navigate to http://localhost/admin to set up stuff, using 
the default credentials (admin/admin1234)</li>
+         </ul>
+</p>
        <!--
        <h3>Online demonstration</h3>
        <p>


Reply via email to