Edgewall Software

Changes between Version 8 and Version 9 of TracEnvironment


Ignore:
Timestamp:
Apr 1, 2006, 7:09:48 AM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracEnvironment

    v8 v9  
    5151And make sure PostgreSQl DB name is "trac", It's work to me
    5252{{{
    53 sudo - postgres -c createdb trac
     53sudo su - postgres -c createdb trac
    5454sudo su - postgres -c psql trac
    5555CREATE USER trac-user-name WITH PASSWORD 'trac-pass-name';