Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/doc/upgrading.txt Tue Nov 09 04:07:54 2004 +0000 +++ b/doc/upgrading.txt Tue Nov 09 23:12:12 2004 +0000 @@ -35,10 +35,10 @@ XXX describe any mandatory changes to tracker layout -The ``config.py`` file has been replaced by ``config.ini``. You may copy -the example config.ini from the classic tracker template:: +The ``config.py`` file has been replaced by ``config.ini``. You may use the +roundup-admin command "genconfig" to generate a new config file:: - templates/classic/config.ini + roundup-admin genconfig <tracker home>/config.ini and modify the values therein based on the contents of your old config.py. In most cases, the names of the config variables are the same.
