##// END OF EJS Templates
fixed sphinx build errors
marcink -
r1095:3cdacd15 default
parent child Browse files
Show More
@@ -17,7 +17,8 b' If you make the decision to run RhodeCod'
17 and message broker together with the application.
17 and message broker together with the application.
18
18
19 Installing RhodeCode from Cheese Shop
19 Installing RhodeCode from Cheese Shop
20 ------------------------
20 -------------------------------------
21
21 Rhodecode requires python version 2.5 or higher.
22 Rhodecode requires python version 2.5 or higher.
22
23
23 The easiest way to install ``rhodecode`` is to run::
24 The easiest way to install ``rhodecode`` is to run::
@@ -350,19 +350,23 b' Troubleshooting'
350 /home/my-virtual-python/lib/python2.6/site-packages/rhodecode/public
350 /home/my-virtual-python/lib/python2.6/site-packages/rhodecode/public
351
351
352 |
352 |
353
353 :Q: **Can't install celery/rabbitmq**
354 :Q: **Can't install celery/rabbitmq**
354 :A: Don't worry RhodeCode works without them too. No extra setup is required.
355 :A: Don't worry RhodeCode works without them too. No extra setup is required.
355
356
356 |
357 |
358
357 :Q: **Long lasting push timeouts?**
359 :Q: **Long lasting push timeouts?**
358 :A: Make sure you set a longer timeouts in your proxy/fcgi settings, timeouts
360 :A: Make sure you set a longer timeouts in your proxy/fcgi settings, timeouts
359 are caused by https server and not RhodeCode.
361 are caused by https server and not RhodeCode.
360
362
361 |
363 |
364
362 :Q: **Large pushes timeouts?**
365 :Q: **Large pushes timeouts?**
363 :A: Make sure you set a proper max_body_size for the http server.
366 :A: Make sure you set a proper max_body_size for the http server.
364
367
365 |
368 |
369
366 :Q: **Apache doesn't pass basicAuth on pull/push?**
370 :Q: **Apache doesn't pass basicAuth on pull/push?**
367 :A: Make sure you added `WSGIPassAuthorization true`.
371 :A: Make sure you added `WSGIPassAuthorization true`.
368
372
@@ -4,7 +4,7 b' Upgrade'
4 =======
4 =======
5
5
6 Upgrading from Cheese Shop
6 Upgrading from Cheese Shop
7 ------------------------
7 --------------------------
8
8
9 .. note::
9 .. note::
10 Firstly, it is recommended that you **always** perform a database backup before doing an upgrade.
10 Firstly, it is recommended that you **always** perform a database backup before doing an upgrade.
General Comments 0
You need to be logged in to leave comments. Login now