Changes between Version 21 and Version 22 of SysAdmin


Ignore:
Timestamp:
01/14/11 08:30:05 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin

    v21 v22  
    138138   * [http://trac-hacks.org/wiki/PyDotOrgTheme PyDotOrgTheme] (modified CSS) - No official support (tests ok)
    139139 * Convert from sqlite to PostgreSQL (or MySQL) to improve performance
     140  * [wiki:InstallationGuidelinesPostgreSQL#InstallPostgreSQL Install PostgreSQL]
     141{{{
     142su postgres
     143createuser -s -P trac
     144
     145createdb -O trac -E UTF8 trac
     146}}}
    140147  * http://trac-hacks.org/wiki/SqliteToPgScript
     148{{{
     149svn co http://trac-hacks.org/svn/sqlitetopgscript/0.10 sqlitetopgscript
     150cd sqlitetopgscript
     151./sqlite2pg -e /home/sahana/trac -p 'postgres://trac:pass@localhost/trac?schema=myschema'
     152}}}
    141153 * Add Timing & Estmation Plugin
    142154 * Investigate a fix or alternative to http://trac-hacks.org/wiki/MathCaptchaPlugin for allowing Trac users to register bugs anonymously whilst not locking out our testing team.