diff docs/setup.rst @ 2358:69df04ee1e2b beta

added detailed step-by-step installation instruction for windows
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 29 May 2012 23:38:33 +0200
parents e285aa097a81
children aa90719e8520
line wrap: on
line diff
--- a/docs/setup.rst	Mon May 28 23:31:17 2012 +0200
+++ b/docs/setup.rst	Tue May 29 23:38:33 2012 +0200
@@ -34,6 +34,11 @@
 and password for the initial admin account which ``setup-rhodecode`` sets 
 up for you.
 
+setup process can be fully automated, example for lazy::
+
+    paster setup-rhodecode production.ini --user=marcink --password=secret --email=marcin@rhodecode.org --repos=/home/marcink/my_repos
+    
+
 - The ``setup-rhodecode`` command will create all of the needed tables and an 
   admin account. When choosing a root path you can either use a new empty 
   location, or a location which already contains existing repositories. If you