Changes between Version 54 and Version 55 of TracFormsPlugin


Ignore:
Timestamp:
Jul 1, 2008, 1:55:08 PM (16 years ago)
Author:
Rich Harkins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin

    v54 v55  
    7676[http://trac-hacks.org/newticket?component=TracFormsPlugin&owner=rharkins new ticket].
    7777
     78== Using TracFormsPlugin with MySQL ==
     79
     80See ticket #3290 for a drop-in replacement for formdb.py that should work with either versions prior to 0.2.1 (where it will be more transparent).  Once you have formdb.py, do something like the following depending on what exactly you downloaded:
     81
     82{{{
     83#!sh
     84cd tracformsplugin
     85cd trunk
     86cd 0.11
     87cp /tmp/formdb.py tracforms/ # (Replace /tmp/formdb.py with wherever you downloaded the file from)
     88}}}
     89
     90Now you can proceed to installation.  I'm going to try to have this worked out by 0.2.1 so that it'll work both ways (and set up to eventually also work in postgreSQL, etc).
     91
    7892== Installation ==
    7993