comparison docs/setup.rst @ 2601:aa90719e8520 beta

Added troubleshooting section to docs
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Jul 2012 13:03:34 +0200
parents 69df04ee1e2b
children 63a980ac1bba
comparison
equal deleted inserted replaced
2600:1b9d6b0a92b3 2601:aa90719e8520
685 685
686 686
687 Other configuration files 687 Other configuration files
688 ------------------------- 688 -------------------------
689 689
690 Some example init.d scripts can be found here, for debian and gentoo: 690 Some example init.d scripts can be found in init.d directory::
691 691
692 https://rhodecode.org/rhodecode/files/tip/init.d 692 https://secure.rhodecode.org/rhodecode/files/beta/init.d
693
694
695 Troubleshooting
696 ---------------
697
698 :Q: **Missing static files?**
699 :A: Make sure either to set the `static_files = true` in the .ini file or
700 double check the root path for your http setup. It should point to
701 for example:
702 /home/my-virtual-python/lib/python2.6/site-packages/rhodecode/public
703
704 |
705
706 :Q: **Can't install celery/rabbitmq**
707 :A: Don't worry RhodeCode works without them too. No extra setup is required.
708
709 |
710
711 :Q: **Long lasting push timeouts?**
712 :A: Make sure you set a longer timeouts in your proxy/fcgi settings, timeouts
713 are caused by https server and not RhodeCode.
714
715 |
716
717 :Q: **Large pushes timeouts?**
718 :A: Make sure you set a proper max_body_size for the http server.
719
720 |
721
722 :Q: **Apache doesn't pass basicAuth on pull/push?**
723 :A: Make sure you added `WSGIPassAuthorization true`.
724
725 For further questions search the `Issues tracker`_, or post a message in the
726 `google group rhodecode`_
727 693
728 .. _virtualenv: http://pypi.python.org/pypi/virtualenv 694 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
729 .. _python: http://www.python.org/ 695 .. _python: http://www.python.org/
730 .. _mercurial: http://mercurial.selenic.com/ 696 .. _mercurial: http://mercurial.selenic.com/
731 .. _celery: http://celeryproject.org/ 697 .. _celery: http://celeryproject.org/