comparison docs/setup.rst @ 597:53128b6b9a4d rhodecode-0.0.1.0.0rc4

added password validation, second try on paster setup-app, docs update, and fixed beaker cache settings in ini files.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 12 Oct 2010 23:17:25 +0200
parents 0a48c1ec04fc
children bee56f209c40 341beaa9edba
comparison
equal deleted inserted replaced
596:ae5e3dafc02c 597:53128b6b9a4d
15 this config contain various settings for rhodecode, e.g port, email settings 15 this config contain various settings for rhodecode, e.g port, email settings
16 static files, cache and logging. 16 static files, cache and logging.
17 17
18 :: 18 ::
19 19
20 paster setup-app production.ini` 20 paster setup-app production.ini
21 21
22 - This command will create all needed tables and an admin account. 22 - This command will create all needed tables and an admin account.
23 When asked for a path You can either use a new location of one with already 23 When asked for a path You can either use a new location of one with already
24 existing ones. RhodeCode will simply add all new found repositories to 24 existing ones. RhodeCode will simply add all new found repositories to
25 it's database. Also make sure You specify correct path to repositories. 25 it's database. Also make sure You specify correct path to repositories.