changeset 1559:a9fef2e6c1ff beta

Syntax correction on the recently changed documentation.
author Augusto Herrmann <augusto.herrmann@planejamento.gov.br>
date Wed, 12 Oct 2011 22:45:04 -0300
parents 662173ba1846
children a682eda60840
files docs/setup.rst
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/setup.rst	Wed Oct 12 22:01:35 2011 -0300
+++ b/docs/setup.rst	Wed Oct 12 22:45:04 2011 -0300
@@ -508,9 +508,13 @@
 
 - Install mod_wsgi. If using a Debian-based distro, you can install
   the package libapache2-mod-wsgi::
+
     aptitude install libapache2-mod-wsgi
+
 - Enable mod_wsgi::
+
     a2enmod wsgi
+
 - Create a wsgi dispatch script, like the one below. Make sure you
   check the paths correctly point to where you installed RhodeCode
   and its Python Virtual Environment.