comparison doc/upgrading.txt @ 2889:accb3b411ef6

instructions and method for generating config.ini
author Richard Jones <richard@users.sourceforge.net>
date Tue, 09 Nov 2004 23:12:12 +0000
parents 0998d1b48182
children bcb4668d4196
comparison
equal deleted inserted replaced
2887:23ed4195e442 2889:accb3b411ef6
33 0.8.0 new tracker layout 33 0.8.0 new tracker layout
34 ------------------------ 34 ------------------------
35 35
36 XXX describe any mandatory changes to tracker layout 36 XXX describe any mandatory changes to tracker layout
37 37
38 The ``config.py`` file has been replaced by ``config.ini``. You may copy 38 The ``config.py`` file has been replaced by ``config.ini``. You may use the
39 the example config.ini from the classic tracker template:: 39 roundup-admin command "genconfig" to generate a new config file::
40 40
41 templates/classic/config.ini 41 roundup-admin genconfig <tracker home>/config.ini
42 42
43 and modify the values therein based on the contents of your old config.py. 43 and modify the values therein based on the contents of your old config.py.
44 In most cases, the names of the config variables are the same. 44 In most cases, the names of the config variables are the same.
45 45
46 The ``select_db.py`` file has been replaced by a file in the ``db`` 46 The ``select_db.py`` file has been replaced by a file in the ``db``

Roundup Issue Tracker: http://roundup-tracker.org/