diff --git a/docs/installation.rst b/docs/installation.rst --- a/docs/installation.rst +++ b/docs/installation.rst @@ -17,7 +17,8 @@ If you make the decision to run RhodeCod 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 --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -350,19 +350,23 @@ Troubleshooting /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 --git a/docs/upgrade.rst b/docs/upgrade.rst --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -4,7 +4,7 @@ Upgrade ======= Upgrading from Cheese Shop ------------------------- +-------------------------- .. note:: Firstly, it is recommended that you **always** perform a database backup before doing an upgrade.