comparison docs/usage/troubleshooting.rst @ 4186:7e5f8c12a3fc kallithea-2.2.5-rebrand

First step in two-part process to rename directories to kallithea. This first step is to change all references in the files where they refer to the old directory name.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:28 -0400
parents 08af8038e1cc
children e73a69cb98dc
comparison
equal deleted inserted replaced
4185:aaa7c3331186 4186:7e5f8c12a3fc
7 7
8 :Q: **Missing static files?** 8 :Q: **Missing static files?**
9 :A: Make sure either to set the `static_files = true` in the .ini file or 9 :A: Make sure either to set the `static_files = true` in the .ini file or
10 double check the root path for your http setup. It should point to 10 double check the root path for your http setup. It should point to
11 for example: 11 for example:
12 /home/my-virtual-python/lib/python2.6/site-packages/rhodecode/public 12 /home/my-virtual-python/lib/python2.6/site-packages/kallithea/public
13 13
14 | 14 |
15 15
16 :Q: **Can't install celery/rabbitmq?** 16 :Q: **Can't install celery/rabbitmq?**
17 :A: Don't worry RhodeCode works without them too. No extra setup is required. 17 :A: Don't worry RhodeCode works without them too. No extra setup is required.