Changeset - 3cdacd152b24
[Not reviewed]
default
0 3 0
Marcin Kuzminski - 15 years ago 2011-02-27 00:35:11
marcin@python-works.com
fixed sphinx build errors
3 files changed with 8 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/installation.rst
Show inline comments
 
@@ -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::
docs/setup.rst
Show inline comments
 
@@ -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`.
 

	
docs/upgrade.rst
Show inline comments
 
@@ -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.
0 comments (0 inline, 0 general)