# HG changeset patch # User Marcin Kuzminski # Date 1298763311 -3600 # Node ID 3cdacd152b247f5b946a7a62159aad198779f170 # Parent e67786cb2afa598b465115e92e72e36530790001 fixed sphinx build errors diff -r e67786cb2afa -r 3cdacd152b24 docs/installation.rst --- a/docs/installation.rst Sat Feb 26 20:44:32 2011 +0100 +++ b/docs/installation.rst Sun Feb 27 00:35:11 2011 +0100 @@ -17,7 +17,8 @@ and message broker together with the application. Installing RhodeCode from Cheese Shop ------------------------- +------------------------------------- + Rhodecode requires python version 2.5 or higher. The easiest way to install ``rhodecode`` is to run:: diff -r e67786cb2afa -r 3cdacd152b24 docs/setup.rst --- a/docs/setup.rst Sat Feb 26 20:44:32 2011 +0100 +++ b/docs/setup.rst Sun Feb 27 00:35:11 2011 +0100 @@ -350,19 +350,23 @@ /home/my-virtual-python/lib/python2.6/site-packages/rhodecode/public | + :Q: **Can't install celery/rabbitmq** :A: Don't worry RhodeCode works without them too. No extra setup is required. | + :Q: **Long lasting push timeouts?** :A: Make sure you set a longer timeouts in your proxy/fcgi settings, timeouts - are caused by https server and not RhodeCode. + are caused by https server and not RhodeCode. | + :Q: **Large pushes timeouts?** :A: Make sure you set a proper max_body_size for the http server. | + :Q: **Apache doesn't pass basicAuth on pull/push?** :A: Make sure you added `WSGIPassAuthorization true`. diff -r e67786cb2afa -r 3cdacd152b24 docs/upgrade.rst --- a/docs/upgrade.rst Sat Feb 26 20:44:32 2011 +0100 +++ b/docs/upgrade.rst Sun Feb 27 00:35:11 2011 +0100 @@ -4,7 +4,7 @@ ======= Upgrading from Cheese Shop ------------------------- +-------------------------- .. note:: Firstly, it is recommended that you **always** perform a database backup before doing an upgrade.