comparison docs/usage/troubleshooting.rst @ 4902:03bbd33bc084

docs: rework stuff The existing docs were far from how we wanted it to be. There was so much to do and it is not feasible to do that cleanup it in clean patches. Instead, I took a sweep through the docs and changed what I thought could benefit from a change: structure, examples, advices, language, markup, content, etc.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 11 Mar 2015 16:10:30 +0100
parents a9a1560dad79
children 4e6dfdb3fa01
comparison
equal deleted inserted replaced
4901:409eaadc0054 4902:03bbd33bc084
37 37
38 | 38 |
39 39
40 :Q: **Git fails on push/pull?** 40 :Q: **Git fails on push/pull?**
41 :A: Make sure you're using an wsgi http server that can handle chunked encoding 41 :A: Make sure you're using an wsgi http server that can handle chunked encoding
42 such as `waitress` or `gunicorn` 42 such as `waitress` or `gunicorn`.
43 43
44 | 44 |
45 45
46 :Q: **How i use hooks in Kallithea?** 46 :Q: **How can I use hooks in Kallithea?**
47 :A: It's easy if they are python hooks just use advanced link in hooks section 47 :A: It's easy if they are python hooks just use advanced link in hooks section
48 in Admin panel, that works only for Mercurial. If you want to use githooks, 48 in Admin panel, that works only for Mercurial. If you want to use githooks,
49 just install proper one in repository eg. create file in 49 just install proper one in repository eg. create file in
50 `/gitrepo/hooks/pre-receive`. You can also use Kallithea-extensions to 50 `/gitrepo/hooks/pre-receive`. You can also use Kallithea-extensions to
51 connect to callback hooks, for both Git and Mercurial. 51 connect to callback hooks, for both Git and Mercurial.
52 52
53 | 53 |
54 54
55 :Q: **Kallithea is slow for me, how can i make it faster?** 55 :Q: **Kallithea is slow for me, how can I make it faster?**
56 :A: See the :ref:`performance` section 56 :A: See the :ref:`performance` section.
57 57
58 | 58 |
59 59
60 :Q: **UnicodeDecodeError on Apache mod_wsgi** 60 :Q: **UnicodeDecodeError on Apache mod_wsgi**
61 :A: Please read: https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/modwsgi/#if-you-get-a-unicodeencodeerror 61 :A: Please read: https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/modwsgi/#if-you-get-a-unicodeencodeerror.
62 62
63 | 63 |
64 64
65 :Q: **Requests hanging on Windows** 65 :Q: **Requests hanging on Windows**
66 :A: Please try out with disabled Antivirus software, there are some known problems with Eset Anitivirus. Make sure 66 :A: Please try out with disabled Antivirus software, there are some known problems with Eset Anitivirus. Make sure
67 you have installed latest windows patches (especially KB2789397) 67 you have installed latest windows patches (especially KB2789397).
68 68
69 69
70 .. _virtualenv: http://pypi.python.org/pypi/virtualenv 70 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
71 .. _python: http://www.python.org/ 71 .. _python: http://www.python.org/
72 .. _mercurial: http://mercurial.selenic.com/ 72 .. _mercurial: http://mercurial.selenic.com/
73 .. _celery: http://celeryproject.org/ 73 .. _celery: http://celeryproject.org/
74 .. _rabbitmq: http://www.rabbitmq.com/ 74 .. _rabbitmq: http://www.rabbitmq.com/
75 .. _python-ldap: http://www.python-ldap.org/ 75 .. _python-ldap: http://www.python-ldap.org/
76 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
77 .. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
78 .. _Issues tracker: https://bitbucket.org/conservancy/kallithea/issues