comparison README.rst @ 547:1e757ac98988

renamed project to rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 03:18:16 +0200
parents efbab97c3aca
children f99075170eb4
comparison
equal deleted inserted replaced
546:7c2f5e4d7bbf 547:1e757ac98988
71 For installation instructions You can visit: 71 For installation instructions You can visit:
72 http://ask.github.com/celery/getting-started/index.html. 72 http://ask.github.com/celery/getting-started/index.html.
73 - All needed configs are inside hg-app ie. celeryconfig.py , production.ini 73 - All needed configs are inside hg-app ie. celeryconfig.py , production.ini
74 You can configure the email, ports, loggers, workers from there. 74 You can configure the email, ports, loggers, workers from there.
75 - For full text search You can either put crontab entry for 75 - For full text search You can either put crontab entry for
76 `python /var/www/hgapp/pylons_app/lib/indexers/daemon.py incremental <path_to_repos>` 76 `python /var/www/hgapp/rhodecode/lib/indexers/daemon.py incremental <path_to_repos>`
77 or run indexer from admin panel. This will scann the repos given in the 77 or run indexer from admin panel. This will scann the repos given in the
78 application setup or given path for daemon.py and each scann in incremental 78 application setup or given path for daemon.py and each scann in incremental
79 mode will scann only changed files, 79 mode will scann only changed files,
80 Hg Update hook must be activated to index the content it's enabled by default 80 Hg Update hook must be activated to index the content it's enabled by default
81 after setup 81 after setup