Changes between Initial Version and Version 3 of Ticket #470


Ignore:
Timestamp:
Jun 30, 2006, 7:38:04 PM (18 years ago)
Author:
Noah Kantrowitz
Comment:

Fix formatting in the description

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #470 – Description

    initial v3  
    11Hello.
    22I have done the following:
    3 1) Downloaded and unzipped the plugin from it's homepage on trac-hacks file name is: discussionplugin-r967.zip
    4 2) I have built the egg using python setup.py bdist_egg and installed it with easy_install --always-unzip options.
    5 3) I have added the following lines to the global trac.ini:
     3 1. Downloaded and unzipped the plugin from it's homepage on trac-hacks file name is {{{discussionplugin-r967.zip}}}
     4 1. I have built the egg using {{{python setup.py bdist_egg}}} and installed it with {{{easy_install --always-unzip}}} options.
     5 1. I have added the following lines to the global trac.ini:
     6{{{
    67[components]
    78tracdiscussion.* = enabled
     
    910[discussion]
    1011title = Discussion
    11 
    12 4) I have tried upgrading the environment with:
    13 trac-admin /path/to/env upgrade --no-backup
     12}}}
     13 1. I have tried upgrading the environment with:
     14{{{trac-admin /path/to/env upgrade --no-backup}}}
    1415Unfortunately, it ended up with an error:
     16{{{
    1517Command failed: ERROR:  column "discussion_version" does not exist
    1618
    1719INSERT INTO system VALUES ("discussion_version", 1);
     20}}}
    1821
    1922I'm using the following:
    20 - Ubuntu 6.06 Dapper Drake
    21 - Apache 2.0.xx
    22 - mod_python
    23 - Python 2.4
    24 - Trac 0.9.5
    25 - PostgreSQL 8.1
     23 * Ubuntu 6.06 Dapper Drake
     24 * Apache 2.0.xx
     25 * mod_python
     26 * Python 2.4
     27 * Trac 0.9.5
     28 * PostgreSQL 8.1
    2629Thanks,
    2730Hrvoje Velic