Edgewall Software

Changes between Version 5 and Version 6 of TracEnvironment


Ignore:
Timestamp:
Apr 1, 2006, 6:35:41 AM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracEnvironment

    v5 v6  
    4949`trac-admin initenv`.
    5050
     51And make sure PostgreSQl DB name is "trac"
     52{{{
     53sudo - postgres -c createdb trac    #꼭 trac 이라는 database 네임을 생성할것
     54sudo su - postgres -c psql trac
     55CREATE USER trac-user-name WITH PASSWORD 'trac-pass-name'
     56}}}
     57
    5158== Directory Structure ==
    5259